[libc++] Ensure that passing predicates through reference_wrapper
doesn't kill desugars_to
optimizations
#129312
Labels
reference_wrapper
doesn't kill desugars_to
optimizations
#129312
We do that in e.g.
ranges::contains
where we pass areference_wrapper
to the projection toranges::find
. Does that turn off optimizations?The text was updated successfully, but these errors were encountered: