diff options
Diffstat (limited to 'Help/dev/source.rst')
-rw-r--r-- | Help/dev/source.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/dev/source.rst b/Help/dev/source.rst index d93e55c..9be4451 100644 --- a/Help/dev/source.rst +++ b/Help/dev/source.rst @@ -158,6 +158,9 @@ These are: * ``cm::is_unique_ptr``: Checks if a type is a ``std::unique_ptr`` type. +CMake assumes the compiler supports ``#pragma once``. Use this for all +hand-written header files. + Dynamic Memory Management ========================= |