diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-02-19 19:04:30 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-02-19 19:04:30 +0100 |
commit | 46f16b408c34da2f51f02b5db6ca6005bf402d63 (patch) | |
tree | cf9b60f33e7b5a1c97c94b3016afae7a5cbe8cdb /base/boost/translate_exception.patch | |
parent | d415a479a9e54bbea8269628dbb47acac32dd246 (diff) | |
parent | a8d01146649e0d2541646347367e7574db86dc81 (diff) | |
download | nutyx-extra-46f16b408c34da2f51f02b5db6ca6005bf402d63.tar.gz nutyx-extra-46f16b408c34da2f51f02b5db6ca6005bf402d63.tar.bz2 nutyx-extra-46f16b408c34da2f51f02b5db6ca6005bf402d63.tar.xz nutyx-extra-46f16b408c34da2f51f02b5db6ca6005bf402d63.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
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> + |