Title
Even more feature-test macros for fully freestanding features are not marked freestanding
Status
new
Section
[version.syn]
Submitter
Jonathan Wakely

Created on 2025-10-14.00:00:00 last changed 1 week ago

Messages

Date: 2025-10-15.00:00:00

[ 2025-10-22; Reflector poll. ]

Set priority to 2 after reflector poll.

Date: 2025-10-14.00:00:00

During the review of LWG 4286 it was noticed that the proposed resolution did not include a change to `__cpp_lib_ranges_indices`, which was added in Sofia by P3060R3 (which was after the issue was opened). It also doesn't change `__cpp_lib_constexpr_utility`, and probably should do. It doesn't change `__cpp_lib_tuple_like`, but that's less clear whether it should do. The relevant changes in <tuple> and <pair> are obviously available in a freestanding implementation, but the changes in <map> and <unordered_map> are not.

History
Date User Action Args
2025-10-22 13:00:33adminsetmessages: + msg15354
2025-10-14 00:00:00admincreate