| commit | 94f89aeec5eb6a720f734b84523451d92206c0bb | [log] [tgz] |
|---|---|---|
| author | Marshall Clow <mclow.lists@gmail.com> | Thu Nov 26 01:24:04 2015 +0000 |
| committer | Marshall Clow <mclow.lists@gmail.com> | Thu Nov 26 01:24:04 2015 +0000 |
| tree | fb38a79ecab4d5d03195d749bc89bc3420849ba7 | |
| parent | bcd150362aff56aafdecb5545b36a50c00c63cd5 [diff] |
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