You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why is the feature macro __cpp_lib_find_last and not __cpp_lib_ranges_find_last?
Edit: Looks like it's because R0 had std:: overloads which were then dropped but the feature test macro wasn't updated... Or not, it didn't have one until R3 so 🤷♂️
Thanks for filing an issue! Sounds similar to #2922 where that paper was voted in with __cpp_lib_fold which was later changed to __cpp_lib_ranges_fold.
P1223R5
ranges::find_last
,ranges::find_last_if
,ranges::find_last_if_not
Feature-test macro applied to the WP:
The text was updated successfully, but these errors were encountered: