summarylogtreecommitdiffstats
path: root/boost.diff
diff options
context:
space:
mode:
authorsvenschneider2013-05-25 10:54:01 +0200
committersvenschneider2013-05-25 11:02:06 +0200
commit241cda1b2f84115fdcdbf6e1984a87895729c4bb (patch)
treef8c8ade8704e209f538587587f7010c5e1e19859 /boost.diff
parent98a73bc8177a612a0157c87740a6ad798ac13578 (diff)
downloadaur-241cda1b2f84115fdcdbf6e1984a87895729c4bb.tar.gz
orocos-rtt: include patch for boost problem
Diffstat (limited to 'boost.diff')
-rw-r--r--boost.diff20
1 files changed, 20 insertions, 0 deletions
diff --git a/boost.diff b/boost.diff
new file mode 100644
index 000000000000..fb591705aaee
--- /dev/null
+++ b/boost.diff
@@ -0,0 +1,20 @@
+--- a/rtt/Service.hpp
++++ b/rtt/Service.hpp
+@@ -58,7 +58,7 @@
+ #include <boost/type_traits/function_traits.hpp>
+ #include <boost/function_types/components.hpp>
+ #include <boost/enable_shared_from_this.hpp>
+-#if BOOST_VERSION >= 104000
++#if BOOST_VERSION >= 104000 && BOOST_VERSION <= 105030
+ #include <boost/smart_ptr/enable_shared_from_this2.hpp>
+ #endif
+
+@@ -82,7 +82,7 @@
+ : public OperationInterface,
+ public ConfigurationInterface,
+ public DataFlowInterface,
+-#if BOOST_VERSION >= 104000
++#if BOOST_VERSION >= 104000 && BOOST_VERSION <= 105030
+ public boost::enable_shared_from_this2<Service>
+ #else
+ public boost::enable_shared_from_this<Service> \ No newline at end of file