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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to