From 0a24a02b94ed02ca3ee553612e2aba07344b9e85 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Thu, 13 Feb 2003 22:34:23 +0000 Subject: [PATCH] undef didn't work [SVN r17382] --- include/boost/config/compiler/metrowerks.hpp | 1 - include/boost/config/compiler/visualc.hpp | 1 - 2 files changed, 2 deletions(-) diff --git a/include/boost/config/compiler/metrowerks.hpp b/include/boost/config/compiler/metrowerks.hpp index 3b9f7747..9346def3 100644 --- a/include/boost/config/compiler/metrowerks.hpp +++ b/include/boost/config/compiler/metrowerks.hpp @@ -53,7 +53,6 @@ # endif #define BOOST_COMPILER "Metrowerks CodeWarrior C++ version " BOOST_STRINGIZE(BOOST_COMPILER_VERSION) -#undef BOOST_COMPILER_VERSION // // versions check: diff --git a/include/boost/config/compiler/visualc.hpp b/include/boost/config/compiler/visualc.hpp index 525122cb..45132a19 100644 --- a/include/boost/config/compiler/visualc.hpp +++ b/include/boost/config/compiler/visualc.hpp @@ -95,7 +95,6 @@ # endif #define BOOST_COMPILER "Microsoft Visual C++ version " BOOST_STRINGIZE(BOOST_COMPILER_VERSION) -#undef BOOST_COMPILER_VERSION // // versions check: