patrickfrey / strusBindings

Language bindings (Java,Python,PHP,etc.) for strus
http://www.project-strus.net
Other
3 stars 0 forks source link

python bindings throw a warning #18

Closed andreasbaumann closed 8 years ago

andreasbaumann commented 8 years ago

This is a problem upstream in boost python:

                                                                        ^
In file included from /usr/include/boost/type_traits/ice.hpp:18:0,
                 from /usr/include/boost/python/detail/def_helper.hpp:9,
                 from /usr/include/boost/python/class.hpp:29,
                 from /usr/include/boost/python.hpp:18,
                 from /home/abaumann/strusBindings/lang/python/strusPythonModule.cpp:10:
/usr/include/boost/type_traits/detail/ice_eq.hpp:17:71: note: #pragma message: NOTE: Use of this header (ice_eq.hpp) is deprecated
 # pragma message("NOTE: Use of this header (ice_eq.hpp) is deprecated")
andreasbaumann commented 8 years ago

Added a bugreport upstream: https://github.com/boostorg/python/issues/63

andreasbaumann commented 8 years ago

quite harmless, see upstream. fixed in boost trunk.