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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits