2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-18 14:22:09 +00:00

scope/local_variable.hpp Take out unused is_value_type

This commit is contained in:
John Fletcher
2015-03-10 23:01:56 +00:00
parent 6fe3063df8
commit 202551e234

View File

@@ -128,7 +128,7 @@ 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;
//typedef typename is_value<return_type>::type is_value_type;
return eval_local::template get<return_type, index_value>(
phoenix::env(ctx));