From 693b21188c874d5a39a53bf1d52f3945d62eae50 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Thu, 20 Jun 2002 10:33:34 +0000 Subject: [PATCH] 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] --- include/boost/python/object.hpp | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/include/boost/python/object.hpp b/include/boost/python/object.hpp index c7a25b66..30b007c4 100755 --- a/include/boost/python/object.hpp +++ b/include/boost/python/object.hpp @@ -11,14 +11,11 @@ # include # include -namespace boost { namespace python { namespace api { +namespace boost { namespace python { + + class type_; // XXX temporary work-around + class string; -class string; -class type_object; - -template -type_object type(T const&); - -}}} // namespace boost::python::api +}} // namespace boost::python #endif // OBJECT_DWA2002612_HPP