Skip to content
Snippets Groups Projects
  1. Feb 15, 2016
  2. Feb 08, 2016
  3. Sep 12, 2015
  4. Sep 01, 2015
  5. Aug 19, 2015
  6. Aug 18, 2015
  7. Jul 07, 2015
    • Steffen Müthing's avatar
      [IteratorRange][Release] Make IteratorRange default-constructible and copyable · 78c2efbf
      Steffen Müthing authored
      
      IteratorRanges are convenient for storing ranges of iterators into a
      larger container, e.g. for the per-codim GeometryTypes in an
      IndexSet. Unfortunately, you can't just create an array of
      IteratorRanges right now because they can neither be copied, nor are
      they default-constructible.
      
      This patch fixes that problem and also adds a second typedef
      const_iterator to make IteratorRange work in contexts where the
      iterating code isn't using range-based for and assumes a const object.
      
      (cherry picked from commit 2c9596f9)
      Signed-off-by: default avatarCarsten Gräser <graeser@dune-project.org>
      78c2efbf
  8. Jul 01, 2015
  9. Jun 25, 2015
  10. Jun 16, 2015
Loading