This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
16a145fd0ff30a2ae0a94de0bfc1e5b4828ddcdd
clang-p2996
/
libcxx
/
test
/
std
/
strings
/
string.view
/
string.view.modifiers
History
…
..
clear.pass.cpp
Implement std::string_view as described in
http://wg21.link/P0254R1
. Reviewed as
https://reviews.llvm.org/D21459
2016-07-21 05:31:24 +00:00
remove_prefix.pass.cpp
Implement std::string_view as described in
http://wg21.link/P0254R1
. Reviewed as
https://reviews.llvm.org/D21459
2016-07-21 05:31:24 +00:00
remove_suffix.pass.cpp
Implement std::string_view as described in
http://wg21.link/P0254R1
. Reviewed as
https://reviews.llvm.org/D21459
2016-07-21 05:31:24 +00:00
swap.pass.cpp
…