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
c6c7bfc4d2bc37f55f57504c19d47deb7645dd76
clang-p2996
/
libcxx
/
test
/
std
/
strings
/
string.view
/
string.view.cons
History
Marshall Clow
71f1ec7ea1
Turns out that wide literals U"xxx" and u"xxx" are c++11 and later.
...
llvm-svn: 336880
2018-07-12 02:55:01 +00:00
..
assign.pass.cpp
Turns out that wide literals U"xxx" and u"xxx" are c++11 and later.
2018-07-12 02:55:01 +00:00
default.pass.cpp
Mark string_view's constructor from (ptr,len) as noexcept (an extension). Update the tests to check this (and other noexcept bits
2017-10-24 16:30:06 +00:00
from_literal.pass.cpp
Mark string_view's constructor from (ptr,len) as noexcept (an extension). Update the tests to check this (and other noexcept bits
2017-10-24 16:30:06 +00:00
from_ptr_len.pass.cpp
Mark string_view's constructor from (ptr,len) as noexcept (an extension). Update the tests to check this (and other noexcept bits
2017-10-24 16:30:06 +00:00
from_string1.fail.cpp
…
from_string2.fail.cpp
…
from_string.pass.cpp
Mark string_view's constructor from (ptr,len) as noexcept (an extension). Update the tests to check this (and other noexcept bits
2017-10-24 16:30:06 +00:00
implicit_deduction_guides.pass.cpp
…