From 12329511a797363bfe73416ded4bed867b1f6f08 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Thu, 26 Dec 2024 15:40:32 +0100 Subject: [PATCH] [ostream.formatted.reqmts] Insert space around & for consistency There exist 3 (exceptions() & badbit) in this draft, but only this one (exceptions()&badbit). --- source/iostreams.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/iostreams.tex b/source/iostreams.tex index 528c4fb005..d92718239b 100644 --- a/source/iostreams.tex +++ b/source/iostreams.tex @@ -6360,7 +6360,7 @@ \tcode{*this}'s error state. If -\tcode{(exceptions()\&badbit) != 0} +\tcode{(exceptions() \& badbit) != 0} then the exception is rethrown. Whether or not an exception is thrown, the \tcode{sentry}