Skip to content

Commit 0c75091

Browse files
committed
[version.syn] Add missing "freestanding" to feature-test macro
A misapplication of P2781R9.
1 parent 22f21ca commit 0c75091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/support.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@
618618
#define @\defnlibxname{cpp_lib_complex_udls}@ 201309L // also in \libheader{complex}
619619
#define @\defnlibxname{cpp_lib_concepts}@ 202207L
620620
// freestanding, also in \libheader{concepts}, \libheader{compare}
621-
#define @\defnlibxname{cpp_lib_constant_wrapper}@ 202506L // also in \libheader{type_traits}
621+
#define @\defnlibxname{cpp_lib_constant_wrapper}@ 202506L // freestanding, also in \libheader{type_traits}
622622
#define @\defnlibxname{cpp_lib_constexpr_algorithms}@ 202306L // also in \libheader{algorithm}, \libheader{utility}
623623
#define @\defnlibxname{cpp_lib_constexpr_atomic}@ 202411L // also in \libheader{atomic}
624624
#define @\defnlibxname{cpp_lib_constexpr_bitset}@ 202207L // also in \libheader{bitset}

0 commit comments

Comments
 (0)