[PATCH] D33550: Make __wrap_iter constexpr

Marshall Clow via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 25 07:29:33 PDT 2017


mclow.lists added inline comments.


================
Comment at: include/iterator:1409
 
-private:
+// private:
 #if _LIBCPP_DEBUG_LEVEL >= 2
----------------
This is testing debris - making the constructors public for testing.


https://reviews.llvm.org/D33550





More information about the cfe-commits mailing list