use_default.hpp 454 B

1234567891011121314151617
  1. // Copyright David Abrahams, Daniel Wallin 2003.
  2. // Distributed under the Boost Software License, Version 1.0.
  3. // (See accompanying file LICENSE_1_0.txt or copy at
  4. // http://www.boost.org/LICENSE_1_0.txt)
  5. #ifndef BOOST_PARAMETER_AUX_USE_DEFAULT_HPP
  6. #define BOOST_PARAMETER_AUX_USE_DEFAULT_HPP
  7. namespace boost { namespace parameter { namespace aux {
  8. struct use_default
  9. {
  10. };
  11. }}} // namespace boost::parameter::aux
  12. #endif // include guard