Skip to content
Snippets Groups Projects
Commit 77a927be authored by vjpai's avatar vjpai
Browse files

Digraph

parent bd67b559
No related branches found
No related tags found
No related merge requests found
......@@ -79,4 +79,7 @@ default capture). Other C++ functional features such as
constructor
to be available.
- Don't use `std::this_thread` . Use `gpr_sleep_until` for sleeping a thread.
- [Some adjacent character combinations cause problems]
(https://en.wikipedia.org/wiki/Digraphs_and_trigraphs#C). If declaring a
template against some class relative to the global namespace,
`<::name` will be non-portable. Separate the `<` from the `:` and use `< ::name`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment