From ade1b9c2d12d460ade83a538469e4fb0018d4aeb Mon Sep 17 00:00:00 2001 From: Arkadiy Vertleyb Date: Sun, 19 Feb 2006 12:21:28 +0000 Subject: [PATCH] finished removing LVALUE_TYPEOF [SVN r33005] --- include/boost/typeof/typeof.hpp | 3 --- 1 file changed, 3 deletions(-) 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