diff options
Diffstat (limited to 'cxx-style.txt')
-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 |