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")