Skip to content
Snippets Groups Projects
  1. May 02, 2012
    • Carsten Gräser's avatar
      Remove constructor for FV<K1,n> from FV<K2,m> with n!=m · b351862d
      Carsten Gräser authored
      This patch removes the constructor from the overload set.
      Before the constructor was there but failed to compile
      due to the static assertion.
      
      If you have methods f(K) and f(FieldVector<K,n>) with
      n>1 the overload was ambigous when calling f() with
      a FieldVector<K,1> because there is a conversion
      from this to FieldVector<K,n> - even if it does not
      compile due to the failing static assertion.
      
      Now this is avoided using SFINAE. This fixes fs#1024. 
      
      [[Imported from SVN: r6680]]
      b351862d
    • Christoph Grüninger's avatar
      Fixed doxygen errors. · 6805fc0c
      Christoph Grüninger authored
      [[Imported from SVN: r6678]]
      6805fc0c
    • Oliver Sander's avatar
      remove deprecated methods rbegin/rend · 7cff40d8
      Oliver Sander authored
      [[Imported from SVN: r6677]]
      7cff40d8
  2. Apr 30, 2012
  3. Apr 25, 2012
  4. Apr 24, 2012
  5. Apr 23, 2012
  6. Apr 18, 2012
  7. Apr 17, 2012
  8. Apr 12, 2012
  9. Apr 05, 2012
  10. Mar 29, 2012
  11. Mar 20, 2012
  12. Mar 11, 2012
  13. Mar 10, 2012
  14. Mar 05, 2012
  15. Mar 03, 2012
  16. Feb 29, 2012
  17. Feb 13, 2012
  18. Feb 11, 2012
  19. Feb 10, 2012
Loading