Skip to content
Snippets Groups Projects
  1. Feb 01, 2016
  2. Nov 23, 2015
  3. Oct 06, 2014
  4. Jun 30, 2014
    • Tobias Malkmus's avatar
      [bugfix] add move semantics to DynamicVector · f19517d7
      Tobias Malkmus authored
      Gcc 4.6 cannot generate default move constructor for classes containing a
      DynamicVector because there is no move constructor and the copy constructor
      is non-trivial.
      This patch fixes this, by adding move semantics.
      f19517d7
  5. Apr 10, 2014
  6. Feb 27, 2014
  7. Oct 13, 2010
    • Christian Engwer's avatar
      FieldTraits have to specialized for FieldVector and · 54bab424
      Christian Engwer authored
      DynamicVector. Inheritance doesn't work for template specialization
      lookup... not that this specialization isn't necessary, if you are
      using FieldVector<T,n> via the interface class DenseVector< FieldVector<T,n> >
      
      [[Imported from SVN: r6174]]
      54bab424
  8. Oct 12, 2010
  9. Sep 08, 2010
Loading