2
0
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:
Kohei Takahashi
2015-03-24 16:58:51 +09:00
parent 4bb7d7ff95
commit ee518af22f

View File

@@ -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