From 5f11de92eb5dcf6bff87be5b7f0989c429c4a2cc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 25 Sep 2016 05:01:26 +0200 Subject: Add #pragma once note to C++ style guide --- cxx-style.txt | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.1