2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 05:22:45 +00:00

workaround for IRIX CC (EDG238) bug; move to namespace boost::python::api

[SVN r14193]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2002-06-20 02:53:25 +00:00
parent bf84024d6b
commit 220734ccac

View File

@@ -11,11 +11,14 @@
# include <boost/python/object_items.hpp>
# include <boost/python/object_operators.hpp>
namespace boost { namespace python {
namespace boost { namespace python { namespace api {
class string;
class type;
class type_object;
}} // namespace boost::python
template <class T>
type_object type(T const&);
}}} // namespace boost::python::api
#endif // OBJECT_DWA2002612_HPP