Skip to content

Commit f08637f

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

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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
%

0 commit comments

Comments
 (0)