From b46f8efd6b4a1bdc49aaaebdc7f87eff3c8b082e Mon Sep 17 00:00:00 2001 From: Peder Holt Date: Mon, 30 Aug 2010 20:21:47 +0000 Subject: [PATCH] Ticket #3520 Syntax Error in boost/typeof/typeof.hpp Line 18 of boost/typeof/typeof.hpp fixed from # ifndef(BOOST_TYPEOF_EMULATION) to # ifndef BOOST_TYPEOF_EMULATION [SVN r65138] --- include/boost/typeof/typeof.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/typeof/typeof.hpp b/include/boost/typeof/typeof.hpp index 6aaf8d7..3e91649 100644 --- a/include/boost/typeof/typeof.hpp +++ b/include/boost/typeof/typeof.hpp @@ -15,7 +15,7 @@ #if defined(__COMO__) # ifdef __GNUG__ -# ifndef(BOOST_TYPEOF_EMULATION) +# ifndef BOOST_TYPEOF_EMULATION # ifndef BOOST_TYPEOF_NATIVE # define BOOST_TYPEOF_NATIVE # endif