Skip to content

Commit 5cc6ec1

Browse files
committed
P3539R1 Consistent Function Label Naming for Sections
1 parent ddff94a commit 5cc6ec1

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>
@@ -7692,7 +7692,7 @@
76927692
\end{itemize}
76937693
\end{itemdescr}
76947694

7695-
\rSec2[print.fun]{Print functions}
7695+
\rSec2[print.func]{Print functions}
76967696

76977697
\indexlibraryglobal{print}%
76987698
\begin{itemdecl}

source/xrefdelta.tex

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

101+
% https://github.com/cplusplus/draft/pull/7483
102+
\movedxref{print.fun}{print.func}
103+
101104
%%% Deprecated features.
102105
%%% Example:
103106
%

0 commit comments

Comments
 (0)