[libcxx-commits] [PATCH] D59344: Add contains method to map types

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 15 10:32:22 PDT 2019


ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.

Please also mark the feature as implemented in `www/cxx2a_status.html`.



================
Comment at: include/set:164
+    template <class K>
+        bool contains(const K& x) const;
+
----------------
Please mark all the `contains` functions added in C++20 as `// C++20`.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59344/new/

https://reviews.llvm.org/D59344





More information about the libcxx-commits mailing list