Skip to content

Commit c18e7a9

Browse files
committed
[depr.filesystems] Introduced section to group filesystems deprecations
1 parent 4291427 commit c18e7a9

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

source/future.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,9 @@
762762
Equivalent to: \tcode{return visit(std::forward<Visitor>(vis), arg.value);}
763763
\end{itemdescr}
764764

765-
\rSec1[depr.fs.path.factory]{Deprecated filesystem path factory functions}
765+
\rSec1[depr.filesystems]{Deprecated file systems}
766+
767+
\rSec2[depr.fs.path.factory]{Deprecated filesystem path factory functions}
766768

767769
\pnum
768770
The header \libheaderrefx{filesystem}{fs.filesystem.syn} has the following additions:
@@ -841,7 +843,7 @@
841843
\end{note}
842844
\end{itemdescr}
843845

844-
\rSec1[depr.fs.path.obs]{Deprecated filesystem path format observers}
846+
\rSec2[depr.fs.path.obs]{Deprecated filesystem path format observers}
845847

846848
\indexlibraryglobal{path}%
847849
\pnum

source/iostreams.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14725,8 +14725,8 @@
1472514725
\returns
1472614726
\tcode{format("{}", *this)}.
1472714727
\begin{note}
14728-
The returned string is suitable for use with formatting \iref{format.functions}
14729-
and print functions \iref{print.fun}.
14728+
The returned string is suitable for use with formatting\iref{format.functions}
14729+
and print functions\iref{print.fun}.
1473014730
\end{note}
1473114731
\end{itemdescr}
1473214732

@@ -14801,8 +14801,8 @@
1480114801
\returns
1480214802
\tcode{format("{:g}", *this)}.
1480314803
\begin{note}
14804-
The returned string is suitable for use with formatting \iref{format.functions}
14805-
and print functions \iref{print.fun}.
14804+
The returned string is suitable for use with formatting\iref{format.functions}
14805+
and print functions\iref{print.fun}.
1480614806
\end{note}
1480714807
\end{itemdescr}
1480814808

0 commit comments

Comments
 (0)