Skip to content
Snippets Groups Projects
  1. Aug 07, 2012
  2. Aug 03, 2012
  3. Aug 02, 2012
  4. Aug 01, 2012
  5. Jul 31, 2012
  6. Jul 28, 2012
  7. Jul 27, 2012
  8. Jul 25, 2012
  9. Jul 24, 2012
  10. Jul 23, 2012
  11. Jul 21, 2012
  12. Jul 20, 2012
  13. Jul 19, 2012
    • Nat Goodspeed's avatar
      MAINT-1175: Use workaround for comparing std::type_info* on gcc < 4.4. · 27cbfef0
      Nat Goodspeed authored
      We now specialize std::less<const std::type_info*> to use
      std::type_info::before(), and on Windows and Mac that Just Works. It even
      works on Linux when using gcc 4.4+: more recent implementations of gcc's
      std::type_info::before() apparently do name()-string comparisons internally.
      It doesn't work so well on Linux with gcc 4.1, though, and that's the compiler
      we still use on our Linux build-farm machines. But rather than give up,
      perform explicit name()-string comparison in that case.
      27cbfef0
  14. Jul 18, 2012
Loading