This website requires JavaScript.
Explore
Help
Sign In
nicolas
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
b51aafd28e949f97fae9af70ca9e3ea9b683f098
llvm-project
/
libcxx
/
test
/
std
/
strings
History
Marshall Clow
94f89aeec5
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.
...
llvm-svn: 254119
2015-11-26 01:24:04 +00:00
..
basic.string
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
basic.string.hash
…
basic.string.literals
…
c.strings
Split <ctype.h> out of <cctype>.
2015-10-08 20:36:30 +00:00
char.traits
Rooting out more undefined behavior in char_traits.
2015-02-13 16:04:42 +00:00
string.classes
…
string.conversions
Make it possible to build a no-exceptions variant of libcxx.
2015-11-10 11:41:22 +00:00
strings.general
…
version.pass.cpp
…