[PATCH] D26830: [libcxx] Add string_view literals

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 3 03:16:05 PST 2017


EricWF added inline comments.


================
Comment at: test/std/strings/string.view/string.view.literals/literal3.pass.cpp:16
+
+int main()
+{
----------------
You can move this test into `literal.pass.cpp` but putting it at another function scope.


https://reviews.llvm.org/D26830





More information about the cfe-commits mailing list