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

More fixes: One of my fixes to type_traits earlier today was incorrect, so...

More fixes:  One of my fixes to type_traits earlier today was incorrect, so that is reverted.  Recently clang appears to have tightened up its definition of is_convertible and that has caused some failures in [unordered_][multi]map.  I've switched to using is_constructible to restablish the desired functionality in [unordered_][multi]map.  Specifically, inserting rvalues of move-only types for the keys.

llvm-svn: 133402
parent 2d62821f
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