diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-08 15:48:23 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-08 15:48:23 +0200 |
commit | 77305496a886bde3ba0dce4ba346879256bfcb46 (patch) | |
tree | c85365074ea9d19d9efec5f8cae8b753d539ece9 /base/boost/translate_exception.patch | |
parent | 39b77c09166c2c1f0cb39f8c6eb1a159947ab783 (diff) | |
download | nutyx-extra-77305496a886bde3ba0dce4ba346879256bfcb46.tar.gz nutyx-extra-77305496a886bde3ba0dce4ba346879256bfcb46.tar.bz2 nutyx-extra-77305496a886bde3ba0dce4ba346879256bfcb46.tar.xz nutyx-extra-77305496a886bde3ba0dce4ba346879256bfcb46.zip |
Ajout de boost#1.39.0-1
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> + |