Skip to content
Snippets Groups Projects
Forked from Core Modules / dune-common
Source project has a limited visibility.
  • Oliver Sander's avatar
    90df63ca
    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
    History
    Implement is_pointer, is_lvalue_reference, remove_pointer
    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.