Skip to content

Commit 98d7bdf

Browse files
committed
P3539R1 Consistent Function Label Naming for Sections
1 parent 8bb3a13 commit 98d7bdf

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

source/iostreams.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4259,7 +4259,7 @@
42594259
\indexheader{print}%
42604260
\begin{codeblock}
42614261
namespace std {
4262-
// \ref{print.fun}, print functions
4262+
// \ref{print.func}, print functions
42634263
template<class... Args>
42644264
void print(format_string<Args...> fmt, Args&&... args);
42654265
template<class... Args>
@@ -7698,7 +7698,7 @@
76987698
\end{itemize}
76997699
\end{itemdescr}
77007700

7701-
\rSec2[print.fun]{Print functions}
7701+
\rSec2[print.func]{Print functions}
77027702

77037703
\indexlibraryglobal{print}%
77047704
\begin{itemdecl}

source/xrefdelta.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@
101101
% https://github.com/cplusplus/draft/pull/7345
102102
\movedxref{basic.stc.inherit}{basic.stc.general}
103103

104+
% https://github.com/cplusplus/draft/pull/7483
105+
\movedxref{print.fun}{print.func}
106+
104107
%%% Deprecated features.
105108
%%% Example:
106109
%

source/xrefprev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2490,7 +2490,7 @@
24902490
\glossaryentry{std.manip@ {\memgloterm{std.manip}}{\memglodesc{(\ref {std.manip})}} {\memgloref{}}|memjustarg}{1661}
24912491
\glossaryentry{ext.manip@ {\memgloterm{ext.manip}}{\memglodesc{(\ref {ext.manip})}} {\memgloref{}}|memjustarg}{1662}
24922492
\glossaryentry{quoted.manip@ {\memgloterm{quoted.manip}}{\memglodesc{(\ref {quoted.manip})}} {\memgloref{}}|memjustarg}{1664}
2493-
\glossaryentry{print.fun@ {\memgloterm{print.fun}}{\memglodesc{(\ref {print.fun})}} {\memgloref{}}|memjustarg}{1665}
2493+
\glossaryentry{print.func@ {\memgloterm{print.func}}{\memglodesc{(\ref {print.func})}} {\memgloref{}}|memjustarg}{1665}
24942494
\glossaryentry{string.streams@ {\memgloterm{string.streams}}{\memglodesc{(\ref {string.streams})}} {\memgloref{}}|memjustarg}{1666}
24952495
\glossaryentry{sstream.syn@ {\memgloterm{sstream.syn}}{\memglodesc{(\ref {sstream.syn})}} {\memgloref{}}|memjustarg}{1666}
24962496
\glossaryentry{stringbuf@ {\memgloterm{stringbuf}}{\memglodesc{(\ref {stringbuf})}} {\memgloref{}}|memjustarg}{1667}

0 commit comments

Comments
 (0)