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