This website requires JavaScript.
Explore
Help
Sign In
OSchip
/
llvm-project
mirror of
https://github.com/THU-DSP-LAB/llvm-project.git
Watch
13
Star
0
Fork
You've already forked llvm-project
6
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a3635b7b3b
llvm-project
/
libcxx
/
test
/
containers
/
unord
History
Howard Hinnant
abb160e689
Remove implicit conversion from __value_type to value_type in [unordered_][multi]map. This fixes
http://llvm.org/bugs/show_bug.cgi?id=16549
...
llvm-svn: 185711
2013-07-05 18:06:00 +00:00
..
unord.map
Remove implicit conversion from __value_type to value_type in [unordered_][multi]map. This fixes
http://llvm.org/bugs/show_bug.cgi?id=16549
2013-07-05 18:06:00 +00:00
unord.multimap
Removed extension in [unordered_][multi]map which allowed one to emplace using just an argument for the key, as opposed to using piecewise_construct. However a bug report exposed that this created an unfortunate ambiguity. People who are currently using the extension will be notified the next time they compile, and will have to change to using piecewise_construct. There are no ABI issues with the removal of this extension. This fixes
http://llvm.org/bugs/show_bug.cgi?id=16542
2013-07-04 20:59:16 +00:00
unord.multiset
Implement full support for non-pointer types in custom allocators. This is for the unordered containers only. This work still needs to be done on the sequence containers.
2013-06-22 15:21:29 +00:00
unord.set
Implement full support for non-pointer types in custom allocators. This is for the unordered containers only. This work still needs to be done on the sequence containers.
2013-06-22 15:21:29 +00:00
next_prime.pass.cpp
license change
2010-11-16 22:09:02 +00:00