Skip to content
Commit 4a95f9eb authored by Howard Hinnant's avatar Howard Hinnant
Browse files

Removed extension in [unordered_][multi]map which allowed one to emplace using...

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

llvm-svn: 185666
parent bbdf669b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment