From 3df248404ab616886e2baf2ffa752e5b7febcc9b Mon Sep 17 00:00:00 2001 From: Hewill Kang <67143766+hewillk@users.noreply.github.com> Date: Wed, 24 Aug 2022 09:32:04 +0800 Subject: [PATCH] [format.range.fmtstr] Add ranges namespace qualifier for range concepts since we are not under the ranges namespace. --- source/utilities.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/utilities.tex b/source/utilities.tex index b93248dd1e..9f8b790a2b 100644 --- a/source/utilities.tex +++ b/source/utilities.tex @@ -16244,7 +16244,7 @@ \begin{itemdescr} \pnum The type of \tcode{r} is \tcode{const R\&} -if \tcode{\libconcept{input_range}} is \tcode{true} and +if \tcode{ranges::\libconcept{input_range}} is \tcode{true} and \tcode{R\&} otherwise. \pnum