Skip to content

Commit 220734c

Browse files
author
Ralf W. Grosse-Kunstleve
committed
workaround for IRIX CC (EDG238) bug; move to namespace boost::python::api
[SVN r14193]
1 parent bf84024 commit 220734c

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

include/boost/python/object.hpp

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@
1111
# include <boost/python/object_items.hpp>
1212
# include <boost/python/object_operators.hpp>
1313

14-
namespace boost { namespace python {
14+
namespace boost { namespace python { namespace api {
1515

1616
class string;
17-
class type;
17+
class type_object;
1818

19-
}} // namespace boost::python
19+
template <class T>
20+
type_object type(T const&);
21+
22+
}}} // namespace boost::python::api
2023

2124
#endif // OBJECT_DWA2002612_HPP

0 commit comments

Comments
 (0)