>From d9bbf52872a57b8e2b334d408154008d7d75e945 Mon Sep 17 00:00:00 2001 From: Mathieu Gautier Date: Thu, 12 Aug 2010 13:28:17 +0200 Subject: [PATCH] Storage : AStore must not be returned when collect or return is called. --- rtt/internal/BindStorage.hpp | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/rtt/internal/BindStorage.hpp b/rtt/internal/BindStorage.hpp index 33f22c0..0af4baf 100644 --- a/rtt/internal/BindStorage.hpp +++ b/rtt/internal/BindStorage.hpp @@ -213,6 +213,10 @@ namespace RTT struct is_arg_return > : public mpl::true_ {}; + template + struct is_arg_return > : public mpl::false_ + {}; + template<> struct is_arg_return > : public mpl::false_ {}; @@ -231,6 +235,10 @@ namespace RTT struct is_out_arg > : public mpl::true_ {}; + template + struct is_out_arg > : public mpl::false_ + {}; + template struct BindStorageImpl; -- 1.6.5.1.1367.gcd48