Update by review

pull/21211/head
Esun Kim 5 years ago
parent f40a702441
commit 6dd92a462e
  1. 9
      tools/run_tests/sanity/cpp_banned_constructs.sh

@ -29,3 +29,12 @@ egrep -Irn \
egrep -v include/grpcpp/impl/codegen/sync.h | \
diff - /dev/null
#
# Prevent the include of disallowed C++ headers.
#
egrep -Irn \
'^#include (<mutex>|<condition_variable>|<thread>|<ratio>|<filesystem>|<future>|<system_error>)' \
include/grpc include/grpcpp src/core src/cpp | \
egrep -v include/grpcpp/impl/codegen/sync.h | \
diff - /dev/null

Loading…
Cancel
Save