mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 23:28:32 -05:00
C++ features: add cm::is_scoped_enum from C++23
This commit is contained in:
@@ -221,6 +221,11 @@ Available features are:
|
||||
* ``<cm/vector>``:
|
||||
``cm::erase``, ``cm::erase_if``, ``cm::ssize``
|
||||
|
||||
* From ``C++23``:
|
||||
|
||||
* ``<cm/type_traits>``:
|
||||
``cm::is_scoped_enum``
|
||||
|
||||
Additionally, some useful non-standard extensions to the C++ standard library
|
||||
are available in headers under the directory ``cmext/`` in namespace ``cm``.
|
||||
These are:
|
||||
|
||||
Reference in New Issue
Block a user