From 054bc4e49faaced5ea2f9eb8f6e5105c48ed0ebb Mon Sep 17 00:00:00 2001 From: Gammasoft Date: Wed, 18 Oct 2023 17:32:53 +0200 Subject: [PATCH] Add documentation --- src/xtd.core/include/xtd/language_id.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xtd.core/include/xtd/language_id.h b/src/xtd.core/include/xtd/language_id.h index 0b35ba1fa85b..9447ef4d1354 100644 --- a/src/xtd.core/include/xtd/language_id.h +++ b/src/xtd.core/include/xtd/language_id.h @@ -32,8 +32,10 @@ namespace xtd { /// @brief The language is c++23. cpp23 = 202302, /// @brief The language is c++26. + /// @todo Set the correct value when the __cplusplus macro is defined for c++26... cpp26 = 202601, /// @brief The language is c++29. + /// @todo Set the correct value when the __cplusplus macro is defined for c++29... cpp29 = 202901, }; }