Skip to content
  1. Jun 20, 2011
  2. Jun 19, 2011
    • Howard Hinnant's avatar
      More fixes: One of my fixes to type_traits earlier today was incorrect, so... · a945a329
      Howard Hinnant authored
      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
      a945a329
Loading