Skip to content

Commit ca57dc1

Browse files
committed
P0323R12 std::expected
- Introduce "General" subclauses to avoid hanging paragraphs. - Introduce "Returns: *this" to avoid duplication.
1 parent 4b1a735 commit ca57dc1

File tree

3 files changed

+2032
-1
lines changed

3 files changed

+2032
-1
lines changed

source/lib-intro.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2480,7 +2480,6 @@
24802480
\item \indexlibraryzombie{uncaught_exception} \tcode{uncaught_exception},
24812481
\item \indexlibraryzombie{undeclare_no_pointers} \tcode{undeclare_no_pointers},
24822482
\item \indexlibraryzombie{undeclare_reachable} \tcode{undeclare_reachable},
2483-
\item \indexlibraryzombie{unexpected} \tcode{unexpected},
24842483
and
24852484
\item \indexlibraryzombie{unexpected_handler} \tcode{unexpected_handler}.
24862485
\end{itemize}

source/support.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,7 @@
610610
// \libheader{unordered_set}
611611
#define @\defnlibxname{cpp_lib_exchange_function}@ 201304L // also in \libheader{utility}
612612
#define @\defnlibxname{cpp_lib_execution}@ 201902L // also in \libheader{execution}
613+
#define @\defnlibxname{cpp_lib_expected}@ 202202L // also in \libheader{expected}
613614
#define @\defnlibxname{cpp_lib_filesystem}@ 201703L // also in \libheader{filesystem}
614615
#define @\defnlibxname{cpp_lib_format}@ 202110L // also in \libheader{format}
615616
#define @\defnlibxname{cpp_lib_gcd_lcm}@ 201606L // also in \libheader{numeric}

0 commit comments

Comments
 (0)