C++ features: add cm::is_scoped_enum from C++23

This commit is contained in:
Marc Chevrier
2025-01-26 13:48:35 +01:00
parent 80e86f6d13
commit a3ae58c9c5
2 changed files with 35 additions and 1 deletions
+5
View File
@@ -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: