diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-18 19:32:32 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-18 19:32:32 +0100 |
commit | 08912f156a0d3184346541a47e274103b6709349 (patch) | |
tree | 158c37c3256d70d919a6a444d549977caf532782 /extra/boost/translate_exception.patch | |
parent | c36b6cc613a4141edcf883e8bbf2bc8883f2468f (diff) | |
download | nutyx-pakxe-08912f156a0d3184346541a47e274103b6709349.tar.gz nutyx-pakxe-08912f156a0d3184346541a47e274103b6709349.tar.bz2 nutyx-pakxe-08912f156a0d3184346541a47e274103b6709349.tar.xz nutyx-pakxe-08912f156a0d3184346541a47e274103b6709349.zip |
boost, déplacé dans extra
Diffstat (limited to 'extra/boost/translate_exception.patch')
-rw-r--r-- | extra/boost/translate_exception.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/boost/translate_exception.patch b/extra/boost/translate_exception.patch new file mode 100644 index 000000000..68669c137 --- /dev/null +++ b/extra/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> + |