1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

Help: Add note about #pragma once

This commit is contained in:
Kyle Edwards
2020-08-29 16:33:32 -04:00
parent 407afc0f91
commit 5585e8575b

View File

@@ -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
=========================