Skip to content

Commit 02bacdf

Browse files
committed
[fs.path.native.obs] [fs.path.generic.obs] qualify std::format
Fixes NB US 190-305 (C++26 CD). Fixes cplusplus/nbballot#880
1 parent 1eef4ac commit 02bacdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/iostreams.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14727,7 +14727,7 @@
1472714727
\begin{itemdescr}
1472814728
\pnum
1472914729
\returns
14730-
\tcode{format("\{\}", *this)}.
14730+
\tcode{std::format("\{\}", *this)}.
1473114731
\begin{note}
1473214732
The returned string is suitable for use with formatting\iref{format.functions}
1473314733
and print functions\iref{print.fun}.
@@ -14801,7 +14801,7 @@
1480114801
\begin{itemdescr}
1480214802
\pnum
1480314803
\returns
14804-
\tcode{format("\{:g\}", *this)}.
14804+
\tcode{std::format("\{:g\}", *this)}.
1480514805
\begin{note}
1480614806
The returned string is suitable for use with formatting\iref{format.functions}
1480714807
and print functions\iref{print.fun}.

0 commit comments

Comments
 (0)