Skip to content

Commit

Permalink
P3539R1 Consistent Function Label Naming for Sections
Browse files Browse the repository at this point in the history
  • Loading branch information
Benio101 committed Dec 13, 2024
1 parent ddff94a commit 5cc6ec1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/iostreams.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4259,7 +4259,7 @@
\indexheader{print}%
\begin{codeblock}
namespace std {
// \ref{print.fun}, print functions
// \ref{print.func}, print functions
template<class... Args>
void print(format_string<Args...> fmt, Args&&... args);
template<class... Args>
Expand Down Expand Up @@ -7692,7 +7692,7 @@
\end{itemize}
\end{itemdescr}

\rSec2[print.fun]{Print functions}
\rSec2[print.func]{Print functions}

\indexlibraryglobal{print}%
\begin{itemdecl}
Expand Down
3 changes: 3 additions & 0 deletions source/xrefdelta.tex
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@
% https://github.com/cplusplus/draft/pull/7345
\movedxref{basic.stc.inherit}{basic.stc.general}

% https://github.com/cplusplus/draft/pull/7483
\movedxref{print.fun}{print.func}

%%% Deprecated features.
%%% Example:
%
Expand Down

0 comments on commit 5cc6ec1

Please sign in to comment.