Skip to content

Commit 571a258

Browse files
committed
[input.output] Add references to inclusions in a synopsis
1 parent eacf412 commit 571a258

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

source/iostreams.tex

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -367,10 +367,10 @@
367367
\indexlibrary{\idxhdr{iostream}}%
368368

369369
\begin{codeblock}
370-
#include <ios>
371-
#include <streambuf>
372-
#include <istream>
373-
#include <ostream>
370+
#include <ios> // see \ref{ios.syn}
371+
#include <streambuf> // see \ref{streambuf.syn}
372+
#include <istream> // see \ref{istream.syn}
373+
#include <ostream> // see \ref{ostream.syn}
374374

375375
namespace std {
376376
extern istream cin;
@@ -629,7 +629,7 @@
629629
\indexlibrary{\idxcode{io_errc}}%
630630

631631
\begin{codeblock}
632-
#include <iosfwd>
632+
#include <iosfwd> // see \ref{iosfwd.syn}
633633

634634
namespace std {
635635
using streamoff = @\impdef@;
@@ -4038,9 +4038,9 @@
40384038

40394039
\rSec1[iostream.format]{Formatting and manipulators}
40404040

4041+
\rSec2[istream.syn]{Header \tcode{<istream>} synopsis}
40414042
\indextext{\idxhdr{istream}}%
40424043
\indexlibrary{\idxhdr{istream}}%
4043-
\rSec2[istream.syn]{Header \tcode{<istream>} synopsis}
40444044

40454045
\begin{codeblock}
40464046
namespace std {
@@ -14779,7 +14779,6 @@
1477914779
\rSec1[c.files]{C library files}
1478014780

1478114781
\rSec2[cstdio.syn]{Header \tcode{<cstdio>} synopsis}
14782-
1478314782
\indextext{\idxhdr{cstdio}}%
1478414783
\indextext{\idxhdr{cstdio}}%
1478514784
\indexlibrary{\idxcode{size_t}}%
@@ -14846,6 +14845,7 @@
1484614845
\indexlibrary{\idxcode{feof}}%
1484714846
\indexlibrary{\idxcode{ferror}}%
1484814847
\indexlibrary{\idxcode{perror}}%
14848+
1484914849
\begin{codeblock}
1485014850
namespace std {
1485114851
using size_t = @\textit{see \ref{support.types.layout}}@;
@@ -15003,7 +15003,7 @@
1500315003
\indexlibrary{\idxcode{SCNuPTR}}%
1500415004
\indexlibrary{\idxcode{SCNxPTR}}%
1500515005
\begin{codeblock}
15006-
#include <cstdint>
15006+
#include <cstdint> // see \ref{cstdint.syn}
1500715007

1500815008
namespace std {
1500915009
using imaxdiv_t = @\seebelow@;

0 commit comments

Comments
 (0)