diff options
author | sibel <lesibel@free.fr> | 2011-02-19 18:34:58 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-02-19 18:34:58 +0100 |
commit | a8d01146649e0d2541646347367e7574db86dc81 (patch) | |
tree | 80bba1d1fc66bc58f28d158ef08abf63ab0c953a /base/boost/translate_exception.patch | |
parent | 13649d120231a74b6bc8a0cc51ba9e3254cea7d6 (diff) | |
download | nutyx-extra-a8d01146649e0d2541646347367e7574db86dc81.tar.gz nutyx-extra-a8d01146649e0d2541646347367e7574db86dc81.tar.bz2 nutyx-extra-a8d01146649e0d2541646347367e7574db86dc81.tar.xz nutyx-extra-a8d01146649e0d2541646347367e7574db86dc81.zip |
boost, ajout patch pour gcc4.6
Diffstat (limited to 'base/boost/translate_exception.patch')
-rw-r--r-- | base/boost/translate_exception.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/base/boost/translate_exception.patch b/base/boost/translate_exception.patch new file mode 100644 index 000000000..68669c137 --- /dev/null +++ b/base/boost/translate_exception.patch @@ -0,0 +1,10 @@ +--- a/boost/python/detail/translate_exception.hpp 2009-07-25 15:04:50.000000000 -0700 ++++ b/boost/python/detail/translate_exception.hpp 2009-07-25 15:04:50.000000000 -0700 +@@ -9,6 +9,7 @@ + + # include <boost/call_traits.hpp> + # include <boost/type_traits/add_const.hpp> ++# include <boost/type_traits/add_reference.hpp> + + # include <boost/function/function0.hpp> + |