From b9714083ddf91449fff6f0e58745119fdfec1e46 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 19 Dec 2006 20:14:43 +0000 Subject: [PATCH] Fix dumb error. Thanks Alisdair [SVN r36461] --- include/boost/config/compiler/gcc.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/compiler/gcc.hpp b/include/boost/config/compiler/gcc.hpp index f8cb1885..e461d10c 100644 --- a/include/boost/config/compiler/gcc.hpp +++ b/include/boost/config/compiler/gcc.hpp @@ -111,7 +111,7 @@ // http://www.generic-programming.org/software/ConceptGCC/ #ifdef __GXX_CONCEPTS__ # define BOOST_CXX0X_CONCEPTS -# define "ConceptGCC version " __VERSION__ +# define BOOST_COMPILER "ConceptGCC version " __VERSION__ #endif #ifndef BOOST_COMPILER