Skip to content
Snippets Groups Projects
  1. Jan 08, 2023
  2. Sep 30, 2022
  3. Mar 16, 2021
  4. Jan 07, 2021
  5. Jan 21, 2020
    • Ansgar Burchardt's avatar
      [C++20] use `std::allocator_traits` · 54c17e51
      Ansgar Burchardt authored
      Several members of `std::allocator` were already deprecated in C++17
      and have now been removed in C++20. This patch uses the appropriate
      members of `std::allocator_traits` instead.
      54c17e51
  6. Nov 18, 2019
  7. Sep 20, 2019
  8. Jul 11, 2019
  9. Sep 18, 2017
  10. Sep 13, 2017
  11. Apr 10, 2017
  12. Jan 08, 2016
  13. Dec 22, 2015
  14. Nov 23, 2015
  15. Sep 01, 2015
  16. Apr 13, 2015
  17. Feb 04, 2014
  18. Nov 28, 2013
  19. Oct 24, 2013
  20. Oct 23, 2013
  21. Aug 21, 2013
    • Markus Blatt's avatar
      [BugFix] Correctly release memory of std::vector · b5fc952d
      Markus Blatt authored
      Previously this code was plain wrong. It actually made a copy
      of the vector and tried to swap its entries with the original vector.
      The argument to swap even was a const reference!
      Now we use the correct trick: vector().swap(other).
      b5fc952d
  22. Aug 08, 2012
  23. May 26, 2012
  24. Nov 16, 2010
  25. Nov 14, 2010
  26. Nov 10, 2010
  27. Aug 06, 2010
  28. Aug 03, 2010
  29. Aug 02, 2010
  30. Jul 30, 2010
  31. Jul 28, 2010
Loading