Skip to content
  1. Oct 07, 2010
  2. Oct 06, 2010
  3. Oct 02, 2010
  4. Sep 29, 2010
  5. Sep 27, 2010
  6. Sep 24, 2010
  7. Sep 23, 2010
  8. Sep 22, 2010
  9. Sep 21, 2010
  10. Sep 16, 2010
  11. Sep 14, 2010
  12. Sep 13, 2010
  13. Sep 10, 2010
  14. Sep 08, 2010
  15. Sep 05, 2010
  16. Sep 03, 2010
  17. Sep 02, 2010
  18. Sep 01, 2010
  19. Aug 31, 2010
  20. Aug 30, 2010
  21. Aug 28, 2010
  22. Aug 27, 2010
    • Michael J. Spencer's avatar
      Fix the msvs 2010 build. · 788a6079
      Michael J. Spencer authored
      The Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.30319.01
      implements parts of C++0x based on the draft standard. An old version of
      the draft had a bug that makes std::pair<T1*, T2*>(something, 0) fail to
      compile. This is because the template<class U, class V> pair(U&& x, V&& y)
      constructor is selected, even though it later fails to implicitly convert
      U and V to frist_type and second_type.
      
      This has been fixed in n3090, but it seems that Microsoft is not going to
      update msvc.
      
      llvm-svn: 112257
      788a6079
  23. Aug 26, 2010
Loading