use_default.hpp 300 B

1234567891011121314151617
  1. /*
  2. Copyright 2019 Glen Joseph Fernandes
  3. (glenjofe@gmail.com)
  4. Distributed under the Boost Software License, Version 1.0.
  5. (http://www.boost.org/LICENSE_1_0.txt)
  6. */
  7. #ifndef BOOST_CORE_USE_DEFAULT_HPP
  8. #define BOOST_CORE_USE_DEFAULT_HPP
  9. namespace boost {
  10. struct use_default { };
  11. } /* boost */
  12. #endif