Skip to content
Snippets Groups Projects
  1. Sep 02, 2013
    • Oliver Sander's avatar
      Implement is_pointer, is_lvalue_reference, remove_pointer · 90df63ca
      Oliver Sander authored
      These are replacements for TypeTraits::isPointer, TypeTraits::isReference,
      TypeTraits::PointeeType.  They reimplement what is available in the
      C++11 standard library, and are expected to supersede the TypeTraits
      class eventually.
      
      Note: this patch does not pull in the corresponding stl implementation.
      90df63ca
    • Oliver Sander's avatar
      spelling · d342ba16
      Oliver Sander authored
      d342ba16
  2. Aug 27, 2013
  3. Aug 19, 2013
  4. Aug 18, 2013
  5. Sep 22, 2012
    • Martin Nolte's avatar
      only use std::integral_constant, if it conforms to the C++11 standard · a35de714
      Martin Nolte authored
      C++11 requires a cast operator from integral_constant< T, v > to T. As far as I
      could make out, no gcc version provides this cast in <tr1/type_traits> and only
      gcc >= 4.6 provides it in <type_traits>. Therefore, the configure check now tests
      for the cast operator only in <type_traits>.
      
      Note: Our drop-in replacement conforms to the standard in the above-mentioned
      sense.
      
      [[Imported from SVN: r6992]]
      a35de714
  6. Aug 04, 2010
  7. May 28, 2010
  8. Jan 11, 2010
  9. Dec 15, 2009
  10. Dec 04, 2009
  11. Oct 20, 2009
  12. Oct 13, 2009
  13. Jun 23, 2009
  14. Jun 22, 2009
  15. Feb 26, 2009
    • Martin Nolte's avatar
      always use <typetraits> before <tr1/typetraits>. · 754fae97
      Martin Nolte authored
      fixes a problem with gcc-4.3, where <tr1/typetraits> and <typetraits> are present:
      /usr/people/nolte/numerics/dune/dune-common/dune/common/typetraits.hh:274: error: ‘std::enable_if’ has not been declared
      
      [[Imported from SVN: r5453]]
      754fae97
  16. Dec 22, 2008
  17. Oct 20, 2008
  18. Mar 27, 2008
  19. Dec 19, 2007
  20. Oct 09, 2007
  21. Aug 02, 2007
  22. Apr 03, 2007
  23. Feb 26, 2007
  24. Feb 16, 2007
  25. Feb 15, 2007
  26. Feb 13, 2007
  27. Nov 17, 2006
  28. Oct 16, 2006
  29. Aug 04, 2006
  30. Feb 06, 2006
  31. Nov 07, 2005
  32. Oct 10, 2005
  33. Sep 27, 2005
  34. Apr 08, 2005
    • Markus Blatt's avatar
      Changed typedef EnableIf::type to EnableIf::Type and · a8c22a12
      Markus Blatt authored
      EnableIfInterOperable::type to EnableIfInterOperable::Type as this is
      more consistent with the Dune Programming guidelines.
      
      Please change your code accordingly. The type with small t will be
      removed eventually.
      
      [[Imported from SVN: r1856]]
      a8c22a12
  35. Mar 22, 2005
Loading