Skip to content

[algorithm.syn, bitset.syn, rand.synopsis, valarray.syn] Add \ref for include header #5666

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/algorithms.tex
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@
\indexheader{algorithm}%

\begin{codeblock}
#include <initializer_list>
#include <initializer_list> // see \ref{initializer.list.syn}

namespace std {
namespace ranges {
Expand Down
4 changes: 2 additions & 2 deletions source/numerics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1386,7 +1386,7 @@
\indextext{random number generation!synopsis|(}

\begin{codeblock}
#include <initializer_list>
#include <initializer_list> // see \ref{initializer.list.syn}

namespace std {
// \ref{rand.req.urng}, uniform random bit generator requirements
Expand Down Expand Up @@ -6568,7 +6568,7 @@
\rSec2[valarray.syn]{Header \tcode{<valarray>} synopsis}
\indexheader{valarray}%
\begin{codeblock}
#include <initializer_list>
#include <initializer_list> // see \ref{initializer.list.syn}

namespace std {
template<class T> class valarray; // An array of type \tcode{T}
Expand Down
2 changes: 1 addition & 1 deletion source/utilities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8523,7 +8523,7 @@
and manipulating fixed-size sequences of bits.

\begin{codeblock}
#include <string>
#include <string> // see \ref{string.syn}
#include <iosfwd> // for \tcode{istream}\iref{istream.syn}, \tcode{ostream}\iref{ostream.syn}, see \ref{iosfwd.syn}

namespace std {
Expand Down