[PATCH] D48896: [libcxx][c++17] P0083R5: Splicing Maps and Sets Part 2: merge
Erik Pilkington via Phabricator
reviews at reviews.llvm.org
Wed Oct 31 10:34:48 PDT 2018
erik.pilkington marked an inline comment as done.
erik.pilkington added a comment.
Thanks for reviewing!
================
Comment at: libcxx/include/__node_handle:29
-// FIXME: Uncomment this when we support the 'merge' functionality.
-// #define __cpp_lib_node_extract 201606L
+#define __cpp_lib_node_extract 201606L
----------------
(FYI: I moved this to <version> in the final commit)
https://reviews.llvm.org/D48896
More information about the libcxx-commits
mailing list