Skip to content

Commit c9a026b

Browse files
committed
[std] Create new top-level Clause [text], following [strings]
Part of the C++26 clause restructuring (#5315).
1 parent 374238a commit c9a026b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

source/std.tex

+1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134
\include{ranges}
135135
\include{algorithms}
136136
\include{strings}
137+
\include{text}
137138
\include{numerics}
138139
\include{time}
139140
\include{locales}

source/text.tex

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
%!TEX root = std.tex
2+
3+
\rSec0[text]{Text processing library}
4+
5+
\rSec1[text.general]{General}
6+
7+
This Clause describes components for dealing with text.
8+
These components are summarized in \tref{text.summary}.
9+
10+
\begin{libsumtab}{Text library summary}{text.summary}
11+
\ref{text} & (placeholder) & (placeholder) \\
12+
\end{libsumtab}

0 commit comments

Comments
 (0)