[PATCH] D48616: Implement LWG 2946, 3075 and 3076

Marshall Clow via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 27 07:21:52 PDT 2018


mclow.lists added inline comments.


================
Comment at: test/std/strings/basic.string/string.ops/string_rfind/string_size.pass.cpp:161
+    std::string s = " !";
+    assert(s.rfind({"abc", 1}) == std::string::npos);
+    }
----------------
These tests don't work in C++03; they'll need to be ifdef-ed.



https://reviews.llvm.org/D48616





More information about the cfe-commits mailing list