mirror of
https://github.com/boostorg/python.git
synced 2026-01-26 06:42:27 +00:00
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]
This commit is contained in:
@@ -11,14 +11,11 @@
|
||||
# include <boost/python/object_items.hpp>
|
||||
# include <boost/python/object_operators.hpp>
|
||||
|
||||
namespace boost { namespace python { namespace api {
|
||||
namespace boost { namespace python {
|
||||
|
||||
class type_; // XXX temporary work-around
|
||||
class string;
|
||||
|
||||
class string;
|
||||
class type_object;
|
||||
|
||||
template <class T>
|
||||
type_object type(T const&);
|
||||
|
||||
}}} // namespace boost::python::api
|
||||
}} // namespace boost::python
|
||||
|
||||
#endif // OBJECT_DWA2002612_HPP
|
||||
|
||||
Reference in New Issue
Block a user