diff --git a/include/boost/typeof/typeof.hpp b/include/boost/typeof/typeof.hpp index ce03cd8..435c72a 100755 --- a/include/boost/typeof/typeof.hpp +++ b/include/boost/typeof/typeof.hpp @@ -150,7 +150,4 @@ #define BOOST_AUTO(Var, Expr) BOOST_TYPEOF(Expr) Var = Expr #define BOOST_AUTO_TPL(Var, Expr) BOOST_TYPEOF_TPL(Expr) Var = Expr -// lvalue typeof -#include - #endif//BOOST_TYPEOF_TYPEOF_HPP_INCLUDED