Blame SOURCES/boost-1.54.0-python-unused_typedef.patch

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