2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 17:52:17 +00:00

initial checkin

[SVN r13255]
This commit is contained in:
Dave Abrahams
2002-03-24 15:05:58 +00:00
parent 0ce8ab7bce
commit 453fbbed1b

View File

@@ -0,0 +1,15 @@
// Copyright David Abrahams 2002. Permission to copy, use,
// modify, sell and distribute this software is granted provided this
// copyright notice appears in all copies. This software is provided
// "as is" without express or implied warranty, and with no claim as
// to its suitability for any purpose.
#ifndef NOT_SPECIFIED_DWA2002321_HPP
# define NOT_SPECIFIED_DWA2002321_HPP
namespace boost { namespace python { namespace detail {
struct not_specified {};
}}} // namespace boost::python::detail
#endif // NOT_SPECIFIED_DWA2002321_HPP