summaryrefslogtreecommitdiff
path: root/boost/phoenix/scope/local_variable.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/phoenix/scope/local_variable.hpp')
-rw-r--r--boost/phoenix/scope/local_variable.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/boost/phoenix/scope/local_variable.hpp b/boost/phoenix/scope/local_variable.hpp
index d62a5bb223..eefb6a7149 100644
--- a/boost/phoenix/scope/local_variable.hpp
+++ b/boost/phoenix/scope/local_variable.hpp
@@ -127,6 +127,9 @@ namespace boost { namespace phoenix
typedef detail::eval_local<Key> eval_local;
+ // Detect if the return_type is for a value.
+ //typedef typename is_value<return_type>::type is_value_type;
+
return eval_local::template get<return_type, index_value>(
phoenix::env(ctx));
}