Skip to content

Commit 95e603b

Browse files
committed
[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.
1 parent e266f99 commit 95e603b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/preprocessor.tex

+1
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@
482482
\tcode{assume} & \tcode{202207L} \\
483483
\tcode{deprecated} & \tcode{201309L} \\
484484
\tcode{fallthrough} & \tcode{201603L} \\
485+
\tcode{indeterminate} & \tcode{202403L} \\
485486
\tcode{likely} & \tcode{201803L} \\
486487
\tcode{maybe_unused} & \tcode{201603L} \\
487488
\tcode{no_unique_address} & \tcode{201803L} \\

0 commit comments

Comments
 (0)