mirror of
https://github.com/boostorg/phoenix.git
synced 2026-02-17 14:02:10 +00:00
Suppress unused local typedef warning in let.
This commit is contained in:
@@ -177,7 +177,7 @@ namespace boost { namespace phoenix
|
||||
, Map
|
||||
, Expr
|
||||
>::type let_type;
|
||||
typedef is_value<let_type> is_val;
|
||||
//typedef is_value<let_type> is_val;
|
||||
|
||||
let_type let_exp = expression::let_<Locals, Map, Expr>::make(locals, Map(), expr);
|
||||
//if(is_val::value) //This seems always to be true
|
||||
|
||||
Reference in New Issue
Block a user