mirror of https://github.com/grpc/grpc.git
It's not the default with older Apple clang builds and without it c++11 features don't work on at least OS X 10.7: ./src/core/lib/gprpp/ref_counted.h:28:10: fatal error: 'atomic' file not found #include <atomic> ^~~~~~~~ I manually tested it on macOS 10.11 image and there was not a regression. This should fix the "Artifact Build MacOS (internal CI)" test failure.pull/18116/head
parent
a916a53347
commit
829455187c
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue