mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
20 lines
No EOL
701 B
Diff
20 lines
No EOL
701 B
Diff
--- 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>
|