Skip to content

Commit 875e732

Browse files
authored
Merge 2025-06 LWG Motion 2
P2988R12 std::optional<T&>
2 parents 2871048 + 9cf0091 commit 875e732

File tree

2 files changed

+581
-19
lines changed

2 files changed

+581
-19
lines changed

source/support.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@
683683
#define @\defnlibxname{cpp_lib_freestanding_memory}@ 202502L // freestanding, also in \libheader{memory}
684684
#define @\defnlibxname{cpp_lib_freestanding_numeric}@ 202502L // freestanding, also in \libheader{numeric}
685685
#define @\defnlibxname{cpp_lib_freestanding_operator_new}@ @\seebelow@ // freestanding, also in \libheader{new}
686-
#define @\defnlibxname{cpp_lib_freestanding_optional}@ 202311L // freestanding, also in \libheader{optional}
686+
#define @\defnlibxname{cpp_lib_freestanding_optional}@ 202506L // freestanding, also in \libheader{optional}
687687
#define @\defnlibxname{cpp_lib_freestanding_random}@ 202502L // freestanding, also in \libheader{random}
688688
#define @\defnlibxname{cpp_lib_freestanding_ranges}@ 202306L // freestanding, also in \libheader{ranges}
689689
#define @\defnlibxname{cpp_lib_freestanding_ratio}@ 202306L // freestanding, also in \libheader{ratio}
@@ -753,7 +753,7 @@
753753
// \libheader{string}, \libheader{unordered_map}, \libheader{unordered_set}, \libheader{vector}
754754
#define @\defnlibxname{cpp_lib_not_fn}@ 202306L // freestanding, also in \libheader{functional}
755755
#define @\defnlibxname{cpp_lib_null_iterators}@ 201304L // freestanding, also in \libheader{iterator}
756-
#define @\defnlibxname{cpp_lib_optional}@ 202110L // also in \libheader{optional}
756+
#define @\defnlibxname{cpp_lib_optional}@ 202506L // also in \libheader{optional}
757757
#define @\defnlibxname{cpp_lib_optional_range_support}@ 202406L // freestanding, also in \libheader{optional}
758758
#define @\defnlibxname{cpp_lib_out_ptr}@ 202311L // freestanding, also in \libheader{memory}
759759
#define @\defnlibxname{cpp_lib_parallel_algorithm}@ 201603L // also in \libheader{algorithm}, \libheader{numeric}

0 commit comments

Comments
 (0)