Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 1 | -29/+0 |
| | | | | llvm-svn: 224658 | ||||
* | Implement full support for non-pointer types in custom allocators. This is ↵ | Howard Hinnant | 2013-06-19 | 1 | -1/+1 |
| | | | | | | for the associative containers only. This work still needs to be done on the unordered and sequence containers. Fixes http://llvm.org/bugs/show_bug.cgi?id=15978 llvm-svn: 184358 | ||||
* | The rules for emplace in map, multimap, unordered_map and unordered_multimap ↵ | Howard Hinnant | 2012-05-25 | 1 | -0/+4 |
| | | | | | | changed a while back and I'm just now updating to these new rules. In a nutshell, you've got to know you're emplacing to a pair and use one of pair's constructors. I made one extension: If you want to emplace the key and default construct the mapped_type, you can just emplace(key), as opposed to emplace(piecewise_construct, forward_as_tuple(key), forward_as_tuple()). llvm-svn: 157503 | ||||
* | Corrected tests for http://llvm.org/bugs/show_bug.cgi?id=9351 | Howard Hinnant | 2011-04-04 | 1 | -4/+5 |
| | | | | llvm-svn: 128807 | ||||
* | ... And these wonderful tests. | Howard Hinnant | 2011-04-03 | 1 | -0/+24 |
llvm-svn: 128797 |