Title
Inconsistent feature test macros for ranges algorithms
Status
nad
Section
[version.syn]
Submitter
Daniel Marshall

Created on 2022-11-02.00:00:00 last changed 17 months ago

Messages

Date: 2022-11-12.01:00:41

[ Kona 2022-11-12 Status changed: New → NAD. ]

Date: 2022-11-02.00:00:00

ranges::shift is seemingly the only ranges algorithm that incremented the value of an existing feature test macro.

From what I can tell the only other one that could have done that but didn't is __cpp_lib_starts_ends_with.

Should there have been a __cpp_lib_ranges_shift or should have __cpp_lib_starts_ends_with incremented its value when the ranges algorithms were added?

History
Date User Action Args
2022-11-12 01:00:41adminsetmessages: + msg13030
2022-11-12 01:00:41adminsetstatus: new -> nad
2022-11-02 00:00:00admincreate