X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Scheduler%2FConsole%2FParsedCommand.ih;h=c339445209f920d6cc51da7e1bfaf11bfd1bf257;hb=8488a803a9e1dfa293af161eb271503990d6fdd3;hp=330ea7c42857717bc830673656afe309eb395138;hpb=2da517bbcdb2af10d2322fc762ca27774b53b435;p=senf.git diff --git a/Scheduler/Console/ParsedCommand.ih b/Scheduler/Console/ParsedCommand.ih index 330ea7c..c339445 100644 --- a/Scheduler/Console/ParsedCommand.ih +++ b/Scheduler/Console/ParsedCommand.ih @@ -112,7 +112,10 @@ namespace detail { template ::value> struct ParsedCommandTraits_i - {}; + { + static const bool is_callable = false; + static const bool is_member = false; + }; template struct ParsedCommandTraits_i @@ -132,6 +135,7 @@ namespace detail { typedef typename senf::remove_cvref::type result_type; + static const bool is_callable = true; static const bool is_member = boost::is_member_pointer::value; typedef typename senf::member_class::type class_type;