Skip to content
Snippets Groups Projects
  1. Jan 23, 2012
  2. 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
  3. Feb 23, 2011
  4. Feb 22, 2011
  5. Feb 09, 2011
  6. Oct 24, 2010
  7. Mar 22, 2010
  8. Mar 03, 2010
  9. Feb 12, 2010
  10. Jan 19, 2010
  11. Jan 18, 2010
  12. Dec 08, 2009
  13. Nov 04, 2009
  14. Oct 14, 2009
  15. Oct 13, 2009
  16. Feb 13, 2009
  17. Jan 21, 2009
  18. Nov 06, 2008
  19. Oct 09, 2008
  20. Sep 10, 2008
  21. Jul 02, 2008
  22. May 06, 2008
  23. Apr 21, 2008
  24. Apr 14, 2008
Loading