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
e62c54375d2e75acaaa1394de99f4f61462e7530
clang-p2996
/
libcxx
/
test
/
std
/
strings
/
basic.string
History
Eric Fiselier
1f4231f8cf
Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros
...
llvm-svn: 267947
2016-04-28 22:28:23 +00:00
..
string.access
Make it possible to build a no-exceptions variant of libcxx.
2015-11-10 11:41:22 +00:00
string.capacity
Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros
2016-04-28 22:28:23 +00:00
string.cons
Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros
2016-04-28 22:28:23 +00:00
string.iterators
…
string.modifiers
Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros
2016-04-28 22:28:23 +00:00
string.nonmembers
Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros
2016-04-28 22:28:23 +00:00
string.ops
Guard libc++ specific c.__invariants() tests in LIBCPP_ASSERT macros
2016-04-28 22:28:23 +00:00
string.require
…
allocator_mismatch.fail.cpp
Add static_assert to set/multiset/map/multimap/forward_list/deque that the allocator's value_type match the container's value_type. vector/unordered/list/string already do this. Add tests for all the containers to verify this.
2015-11-26 01:24:04 +00:00
input_iterator.h
…
test_traits.h
…
types.pass.cpp
…