diff --git a/source/algorithms.tex b/source/algorithms.tex index 376dc6bafb..3867b7cd58 100644 --- a/source/algorithms.tex +++ b/source/algorithms.tex @@ -1282,7 +1282,7 @@ @\libconcept{indirect_binary_predicate}@, projected> Pred = ranges::equal_to> I adjacent_find(Ep&& exec, I first, S last, Pred pred = {}, - Proj proj = {}); // freestanding-deleted + Proj proj = {}); // freestanding-deleted template<@\exposconcept{execution-policy}@ Ep, @\exposconcept{sized-random-access-range}@ R, class Proj = identity, @\libconcept{indirect_binary_predicate}@, Proj>, projected, Proj>> Pred = ranges::equal_to>