[PATCH] D21459: Implement http://wg21.link/P0254R1: "Integrating std::string_view and std::string"

Marshall Clow via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 17 16:43:06 PDT 2016


mclow.lists added inline comments.

================
Comment at: test/std/strings/string.view/string.view.template/nothing_to_do.pass.cpp:10
@@ +9,3 @@
+
+#include <experimental/string_view>
+
----------------
This should be `<string_view>`


http://reviews.llvm.org/D21459





More information about the cfe-commits mailing list