Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
6d944109144acdfdba7caf6fd1a29cbbff0f4628
/
libcxx
/
test
/
std
/
strings
/
string.view
/
string.view.access
/
data.pass.cpp
aafb315
Add tests to make sure that <string_view> provides std::size/data/empty in C++17 mode. This is LWG#3009, coming up for a vote in JAX - but we already do it, just don't have tests
by Marshall Clow
· 8 years ago
0f901c7
[libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.
by Stephan T. Lavavej
· 9 years ago
053d81c
Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed as https://reviews.llvm.org/D21459
by Marshall Clow
· 9 years ago