Skip to content
Snippets Groups Projects
  • Ben Cumming's avatar
    Implement `util::any` · c2633503
    Ben Cumming authored and Sam Yates's avatar Sam Yates committed
    Partial implementation of `std::any` from C++17 standard. See: http://en.cppreference.com/w/cpp/utility/any
    
    The implementation is in the `util` library as `util::any`.
    
    Deviations from the standards description of `std::any`:
      * Does not avoid dynamic allocation of small objects.
      * Does not implement the `in_place_type<T>` constructors from the standard.
      * Does not implement the `emplace` modifier from the standard.
    c2633503
test_domain_decomposition.cpp 618 B