From 1a4ecca03e995412188fa4a3a202324d75318da2 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Wed, 19 May 2004 14:11:08 +0000 Subject: [PATCH] fix the comment [SVN r22871] --- include/boost/mpl/and.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/mpl/and.hpp b/include/boost/mpl/and.hpp index 3e8008a..262a319 100644 --- a/include/boost/mpl/and.hpp +++ b/include/boost/mpl/and.hpp @@ -31,7 +31,7 @@ // agurt, 19/may/04: workaround a conflict with header's // 'or' and 'and' macros, see http://tinyurl.com/3et69; 'defined(or)' // has to be checked in a separate condition, otherwise GCC complains -// about 'or' being an alternative token +// about 'and' being an alternative token #if defined(_MSC_VER) #if defined(and) # pragma push_macro("and")