aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar vjpai <vpai@google.com>2016-06-10 00:37:11 -0700
committerGravatar vjpai <vpai@google.com>2016-06-10 00:37:11 -0700
commit3a6385b53e4a5f9f123fc067dd136db8dc27951a (patch)
tree97d696f6681d4baea337c96664df0aeffe64f90f /doc
parent967e378f197604f67cd48ddba259c191992ea6b0 (diff)
Add ref to test
Diffstat (limited to 'doc')
-rw-r--r--doc/cpp-style-guide.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/cpp-style-guide.md b/doc/cpp-style-guide.md
index 5feefae06a..b89ba99e4d 100644
--- a/doc/cpp-style-guide.md
+++ b/doc/cpp-style-guide.md
@@ -63,7 +63,8 @@ default capture). Other C++ functional features such as
`std::unique_lock`, `std::nullptr`, `std::thread` . Instead, use
`grpc::mutex`, `grpc::lock_guard`, etc., which are gRPC
implementations of the prominent features of these objects that are
- not always available. You can use the `std` versions of those in
+ not always available. You can use the `std` versions of those in [test]
+ (../../../tree/master/test/cpp)
- Similarly, in the same directories, do not use `std::chrono` unless
it is guarded by `#ifndef GRPC_CXX0X_NO_CHRONO` . For platforms that
lack`std::chrono,` there is a C-language timer called gpr_timespec that can