Title
Missing feature macro for flat_set
Status
c++23
Section
[version.syn]
Submitter
Barry Revzin

Created on 2022-08-04.00:00:00 last changed 5 months ago

Messages

Date: 2022-11-17.00:42:33

Proposed resolution:

  1. Modify [version.syn] as indicated:

    #define __cpp_lib_flat_map  202207L // also in <flat_map>
    #define __cpp_lib_flat_set  202207L // also in <flat_set>
    
Date: 2022-11-12.00:00:00

[ 2022-11-12 Approved at November 2022 meeting in Kona. Status changed: Voting → WP. ]

Date: 2022-08-15.00:00:00

[ 2022-08-23; Reflector poll ]

Set status to Tentatively Ready after 10 votes in favour during reflector poll.

Date: 2022-08-04.00:00:00

As pointed out by Casey Carter, while there is a feature macro for flat_map in P0429, there is no corresponding macro for flat_set in P1222. We should add one.

History
Date User Action Args
2023-11-22 15:47:43adminsetstatus: wp -> c++23
2022-11-17 00:42:33adminsetmessages: + msg13062
2022-11-17 00:42:33adminsetstatus: voting -> wp
2022-11-08 03:46:49adminsetstatus: ready -> voting
2022-08-23 15:24:34adminsetmessages: + msg12697
2022-08-23 15:24:34adminsetstatus: new -> ready
2022-08-07 11:10:01adminsetmessages: + msg12674
2022-08-04 00:00:00admincreate