]> git.pld-linux.org Git - packages/boost.git/blob - boost-1.54.0-python-unused_typedef.patch
- x32 rebuild
[packages/boost.git] / boost-1.54.0-python-unused_typedef.patch
1 diff -up boost_1_53_0/boost/python/to_python_value.hpp\~ boost_1_53_0/boost/python/to_python_value.hpp
2 --- boost_1_53_0/boost/python/to_python_value.hpp~      2007-12-16 11:12:07.000000000 +0100
3 +++ boost_1_53_0/boost/python/to_python_value.hpp       2013-07-23 16:19:02.518904596 +0200
4 @@ -147,8 +147,8 @@ namespace detail
5    template <class T>
6    inline PyObject* registry_to_python_value<T>::operator()(argument_type x) const
7    {
8 -      typedef converter::registered<argument_type> r;
9  # if BOOST_WORKAROUND(__GNUC__, < 3)
10 +      typedef converter::registered<argument_type> r;
11        // suppresses an ICE, somehow
12        (void)r::converters;
13  # endif 
14
15 Diff finished.  Tue Jul 23 16:19:05 2013
This page took 0.027096 seconds and 3 git commands to generate.