Skip to content
Snippets Groups Projects
Commit 3a6385b5 authored by vjpai's avatar vjpai
Browse files

Add ref to test

parent 967e378f
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,8 @@ default capture). Other C++ functional features such as ...@@ -63,7 +63,8 @@ default capture). Other C++ functional features such as
`std::unique_lock`, `std::nullptr`, `std::thread` . Instead, use `std::unique_lock`, `std::nullptr`, `std::thread` . Instead, use
`grpc::mutex`, `grpc::lock_guard`, etc., which are gRPC `grpc::mutex`, `grpc::lock_guard`, etc., which are gRPC
implementations of the prominent features of these objects that are 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 - Similarly, in the same directories, do not use `std::chrono` unless
it is guarded by `#ifndef GRPC_CXX0X_NO_CHRONO` . For platforms that 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 lack`std::chrono,` there is a C-language timer called gpr_timespec that can
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment