not_specified.hpp 431 B

1234567891011121314
  1. // Copyright David Abrahams 2002.
  2. // Distributed under the Boost Software License, Version 1.0. (See
  3. // accompanying file LICENSE_1_0.txt or copy at
  4. // http://www.boost.org/LICENSE_1_0.txt)
  5. #ifndef NOT_SPECIFIED_DWA2002321_HPP
  6. # define NOT_SPECIFIED_DWA2002321_HPP
  7. namespace boost { namespace python { namespace detail {
  8. struct not_specified {};
  9. }}} // namespace boost::python::detail
  10. #endif // NOT_SPECIFIED_DWA2002321_HPP