Skip to content
Snippets Groups Projects
  1. Mar 18, 2014
  2. Aug 22, 2012
  3. Jul 11, 2012
  4. Jun 12, 2012
  5. Apr 05, 2012
  6. Aug 11, 2011
    • Oliver Sander's avatar
      Add a mechanism for the transition from FieldVector::size as an enum member · 8d981b1f
      Oliver Sander authored
      to FieldVector::size() as a method.
      
      With this patch applied FieldVector::size remains an enum, hence all your
      code compiles as before.  However you get a compiler warning explaining
      the issue and suggesting to configure with --enable-fieldvector-size-is-method.
      If you do so, then FieldVector::size becomes a method, and you may have
      to go out and adjust your code.  The configure flag is transitional and
      will be removed after dune 2.2 is out.
      
      Remember that there is no smoother way to do the transition, as you can't
      have FieldVector::size to be both an enum value and a method at the same
      time.
      
      This fixes FlySpray issue 819.
      
      
      [[Imported from SVN: r6486]]
      8d981b1f
  7. Jan 13, 2011
  8. Dec 01, 2010
  9. Nov 08, 2010
  10. Oct 13, 2010
  11. Oct 12, 2010
  12. Sep 08, 2010
  13. Jan 25, 2010
  14. Oct 13, 2009
  15. Nov 15, 2008
  16. Nov 13, 2008
  17. Oct 19, 2008
  18. Jun 12, 2008
  19. Apr 27, 2007
  20. Dec 11, 2006
Loading