[PATCH] D46845: [libcxx][c++17] P0083R5: Splicing Maps and Sets
Louis Dionne via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 13 09:33:34 PDT 2018
ldionne added inline comments.
================
Comment at: libcxx/include/map:43
typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
+ typedef unspecified node_type;
+ typedef INSERT_RETURN_TYPE<iterator, node_type> insert_return_type;
----------------
You are missing `// since C++17` comments here and elsewhere.
https://reviews.llvm.org/D46845
More information about the cfe-commits
mailing list