Skip to content
Snippets Groups Projects
  1. Oct 06, 2014
  2. 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
  3. Apr 10, 2014
  4. Feb 27, 2014
  5. 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
  6. Oct 12, 2010
  7. Sep 08, 2010
Loading