From 99ab9f6b93524d16a59d63848fc3b730e1b918e8 Mon Sep 17 00:00:00 2001 From: Eelis van der Weegen Date: Mon, 20 Feb 2017 23:16:38 +0100 Subject: [PATCH] [rand.req.eng, rand.req.dist] Replace square brackets around reference with regular parentheses. --- source/numerics.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/numerics.tex b/source/numerics.tex index 03a4dc3e33..f752756fab 100644 --- a/source/numerics.tex +++ b/source/numerics.tex @@ -2046,7 +2046,7 @@ ensures that \tcode{v}'s state is unchanged by the operation and calls \tcode{is.setstate(ios::failbit)} - (which may throw \tcode{ios::failure}~[\ref{iostate.flags}]). + (which may throw \tcode{ios::failure}~(\ref{iostate.flags})). If a textual representation written via \tcode{os << x} was subsequently read via \tcode{is >> v}, then \tcode{x == v} @@ -2433,7 +2433,7 @@ ensures that \tcode{d} is unchanged by the operation and calls \tcode{is.setstate(ios::failbit)} - (which may throw \tcode{ios::failure}~[\ref{iostate.flags}]). + (which may throw \tcode{ios::failure}~(\ref{iostate.flags})). \requires \tcode{is} provides a textual representation that was previously written