Skip to content
Snippets Groups Projects
  1. Jun 03, 2024
  2. Jan 08, 2023
  3. Sep 30, 2022
  4. Dec 06, 2018
  5. Dec 03, 2018
  6. Aug 08, 2018
    • Oliver Sander's avatar
      Make VariableBlockVector::CreateIterator an actual STL output iterator · 61bfda19
      Oliver Sander authored
      The class VariableBlockVector::CreateIterator behaves basically
      like an STL output iterator, but it didn't quite implement the
      required interface.  This patch adds the missing methods and
      extends the unit test.
      
      The main benefit of this (besides interface beauty) is that you can
      now use std::fill etc. to set the block sizes of a VariableBlockVector.
      61bfda19
  7. Jun 08, 2018
  8. Feb 20, 2016
  9. Jul 30, 2010
  10. Apr 01, 2010
Loading