5dffee
diff -up boost_1_53_0/boost/python/to_python_value.hpp\~ boost_1_53_0/boost/python/to_python_value.hpp
5dffee
--- boost_1_53_0/boost/python/to_python_value.hpp~	2007-12-16 11:12:07.000000000 +0100
5dffee
+++ boost_1_53_0/boost/python/to_python_value.hpp	2013-07-23 16:19:02.518904596 +0200
5dffee
@@ -147,8 +147,8 @@ namespace detail
5dffee
   template <class T>
5dffee
   inline PyObject* registry_to_python_value<T>::operator()(argument_type x) const
5dffee
   {
5dffee
-      typedef converter::registered<argument_type> r;
5dffee
 # if BOOST_WORKAROUND(__GNUC__, < 3)
5dffee
+      typedef converter::registered<argument_type> r;
5dffee
       // suppresses an ICE, somehow
5dffee
       (void)r::converters;
5dffee
 # endif 
5dffee
5dffee
Diff finished.  Tue Jul 23 16:19:05 2013