On 6 January 2015 at 17:29, Ed Smith-Rowland wrote: > N4279 - Improved insertion interface for unique-key maps > > __cpp_lib_map_insertion 201411 > > __cpp_lib_unordered_map_insertion 201411
Now that libstdc++ supports these features I was about to add the macros, and realised that N4440 has __cpp_lib_map_try_emplace in addition to __cpp_lib_map_insertion. IMHO that makes the latter rather meaningless. Maps have supported insertion since 1998, so "map insertion" doesn't say anything about this feature. If we have a separate macro for try_emplace then we should have map_insert_or_assign, surely? Or just combine them both under map_insertion, without a separate macro for try_emplace. _______________________________________________ Features mailing list [email protected] http://www.open-std.org/mailman/listinfo/features
