From 46eb3c030ae480678d9c810ce5181d623ddc4354 Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Sun, 2 Feb 2025 13:21:19 -0800 Subject: [PATCH] [range.view] change incorrect uses of "which" to "that" change two "which"s to "that"s in specification of `enable_view`. --- source/ranges.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/ranges.tex b/source/ranges.tex index 7a3d7e3f1d..a54d7f17ff 100644 --- a/source/ranges.tex +++ b/source/ranges.tex @@ -1511,8 +1511,8 @@ \remarks Pursuant to \ref{namespace.std}, users may specialize \tcode{enable_view} to \tcode{true} -for cv-unqualified program-defined types which model \libconcept{view}, -and \tcode{false} for types which do not. +for cv-unqualified program-defined types that model \libconcept{view}, +and \tcode{false} for types that do not. Such specializations shall be usable in constant expressions\iref{expr.const} and have type \tcode{const bool}.