From 02bacdf425c928c0772580cc94a02607aebf1df6 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 20 Oct 2025 13:05:33 +0100 Subject: [PATCH] [fs.path.native.obs] [fs.path.generic.obs] qualify std::format Fixes NB US 190-305 (C++26 CD). Fixes https://github.com/cplusplus/nbballot/issues/880 --- source/iostreams.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/iostreams.tex b/source/iostreams.tex index 2b22a5587b..282acbbfae 100644 --- a/source/iostreams.tex +++ b/source/iostreams.tex @@ -14727,7 +14727,7 @@ \begin{itemdescr} \pnum \returns -\tcode{format("\{\}", *this)}. +\tcode{std::format("\{\}", *this)}. \begin{note} The returned string is suitable for use with formatting\iref{format.functions} and print functions\iref{print.fun}. @@ -14801,7 +14801,7 @@ \begin{itemdescr} \pnum \returns -\tcode{format("\{:g\}", *this)}. +\tcode{std::format("\{:g\}", *this)}. \begin{note} The returned string is suitable for use with formatting\iref{format.functions} and print functions\iref{print.fun}.