From 95e603bb0c439ed5a2fb87cbdc5608de77cbb343 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Wed, 26 Mar 2025 21:12:54 +0100 Subject: [PATCH] [tab:cpp.cond.ha] Add attribute 'indeterminate' P2795R5, approved in March, 2024, added the [[indeterminate]] attribute, but neglected to amend the table of attributes supported by __has_cpp_attribute. --- source/preprocessor.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/source/preprocessor.tex b/source/preprocessor.tex index 3e28b5dd9b..1152d0b0d7 100644 --- a/source/preprocessor.tex +++ b/source/preprocessor.tex @@ -482,6 +482,7 @@ \tcode{assume} & \tcode{202207L} \\ \tcode{deprecated} & \tcode{201309L} \\ \tcode{fallthrough} & \tcode{201603L} \\ +\tcode{indeterminate} & \tcode{202403L} \\ \tcode{likely} & \tcode{201803L} \\ \tcode{maybe_unused} & \tcode{201603L} \\ \tcode{no_unique_address} & \tcode{201803L} \\