Skip to content

Commit 032a787

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

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-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

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
%!TEX root = std.tex
2+
3+
\rSec0[text]{Text processing library}

0 commit comments

Comments
 (0)