From c6f5ff7d3c7d0df2b7dd86036d2d0f81072ee98a Mon Sep 17 00:00:00 2001 From: "A. Jiang" Date: Fri, 30 May 2025 09:57:29 +0800 Subject: [PATCH] [projected] `projected` is now an alias template Looks like that P2538R1 forgot changing the description. --- source/iterators.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/iterators.tex b/source/iterators.tex index d148a6489a..e073c00100 100644 --- a/source/iterators.tex +++ b/source/iterators.tex @@ -2515,10 +2515,10 @@ } \end{codeblock} -\rSec3[projected]{Class template \tcode{projected}} +\rSec3[projected]{Alias template \tcode{projected}} \pnum -Class template \tcode{projected} is used to constrain algorithms +Alias template \tcode{projected} is used to constrain algorithms that accept callable objects and projections\iref{defns.projection}. It combines an \libconcept{indirectly_readable} type \tcode{I} and a callable object type \tcode{Proj} into a new \libconcept{indirectly_readable} type