Created on 2022-11-02.00:00:00 last changed 12 months ago
Proposed resolution:
This wording is relative to N4917.
Modify [version.syn], header <version> synopsis, as indicated:
[…] #define __cpp_lib_filesystem 201703L // also in <filesystem> #define __cpp_lib_ranges_find_last 202207L // also in <algorithm> #define __cpp_lib_flat_map 202207L // also in <flat_map> […]
[ 2023-02-13 Approved at February 2023 meeting in Issaquah. Status changed: Voting → WP. ]
[ Kona 2022-11-12; Move to Ready ]
The current feature test macro is __cpp_lib_find_last which is inconsistent with almost all other ranges algorithms which are in the form __cpp_lib_ranges_xxx.
Proposed resolution is to rename the macro to __cpp_lib_ranges_find_last.History | |||
---|---|---|---|
Date | User | Action | Args |
2023-11-22 15:47:43 | admin | set | status: wp -> c++23 |
2023-02-13 10:17:57 | admin | set | messages: + msg13358 |
2023-02-13 10:17:57 | admin | set | status: voting -> wp |
2023-02-06 15:33:48 | admin | set | status: ready -> voting |
2022-11-12 01:01:24 | admin | set | messages: + msg13031 |
2022-11-12 01:01:24 | admin | set | status: new -> ready |
2022-11-05 13:54:46 | admin | set | messages: + msg12925 |
2022-11-02 00:00:00 | admin | create |