$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r65138 - trunk/boost/typeof
From: peder.holt_at_[hidden]
Date: 2010-08-30 16:21:48
Author: burbelgruff
Date: 2010-08-30 16:21:47 EDT (Mon, 30 Aug 2010)
New Revision: 65138
URL: http://svn.boost.org/trac/boost/changeset/65138
Log:
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
Text files modified:
trunk/boost/typeof/typeof.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/typeof/typeof.hpp
==============================================================================
--- trunk/boost/typeof/typeof.hpp (original)
+++ trunk/boost/typeof/typeof.hpp 2010-08-30 16:21:47 EDT (Mon, 30 Aug 2010)
@@ -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