Skip to content

Commit c81e631

Browse files
steve-downeytkoeppe
authored andcommitted
P2988R12 std::optional<T&>
1 parent 210c152 commit c81e631

File tree

2 files changed

+591
-27
lines changed

2 files changed

+591
-27
lines changed

source/support.tex

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

0 commit comments

Comments
 (0)