================
@@ -1790,25 +1790,29 @@ OutputIt copy_if(R &&Range, OutputIt Out, 
UnaryPredicate P) {
   return std::copy_if(adl_begin(Range), adl_end(Range), Out, P);
 }
 
-/// Wrapper for std::search.
+/// Provide wrappers to std::search which searches for the first occurrence of
+/// Range2 within Range1.
----------------
kuhar wrote:

Can you also say what is the return value? I guess it's the iterator (of 
range1) to the start of range2?

https://github.com/llvm/llvm-project/pull/171666
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to