Skip to content

Commit 693b211

Browse files
author
Ralf W. Grosse-Kunstleve
committed
previous patch breaks Visual C++ 6 & 7 compilations. Roll-back to a state that allows others to use CVS while we do more experiments.
[SVN r14208]
1 parent 220734c commit 693b211

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

include/boost/python/object.hpp

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

14-
namespace boost { namespace python { namespace api {
14+
namespace boost { namespace python {
15+
16+
class type_; // XXX temporary work-around
17+
class string;
1518

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

2421
#endif // OBJECT_DWA2002612_HPP

0 commit comments

Comments
 (0)