diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-25 05:01:26 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-25 05:01:26 +0200 |
commit | 5f11de92eb5dcf6bff87be5b7f0989c429c4a2cc (patch) | |
tree | 2100c82d5680dfcba3e2b9f1870dff828ce5bf3c | |
parent | e67ac2a3c464b9bbcb1e4c8c217aed935bde3836 (diff) |
Add #pragma once note to C++ style guide
-rw-r--r-- | cxx-style.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cxx-style.txt b/cxx-style.txt index ec2b24e..8e968b8 100644 --- a/cxx-style.txt +++ b/cxx-style.txt @@ -11,6 +11,7 @@ See also the note on small value optimization. - use override - consider constexpr for inline functions (e.g., enum class bitmask operators) - consider noexcept +? migrate to #pragma once 2. Almost never auto |