From 7c7da1d09a58b967602d77190a4ca4c204d3d62f Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Wed, 1 Jan 2003 19:19:57 +0000 Subject: [PATCH] Use __VERSION__ for msg to pick up all 3 levels [SVN r16728] --- 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 57f941c3..674331be 100644 --- a/include/boost/config/compiler/gcc.hpp +++ b/include/boost/config/compiler/gcc.hpp @@ -47,7 +47,7 @@ #define BOOST_HAS_NRVO #endif -#define BOOST_COMPILER "GNU C++ version " BOOST_STRINGIZE(__GNUC__) "." BOOST_STRINGIZE(__GNUC_MINOR__) +#define BOOST_COMPILER "GNU C++ version " __VERSION__ // // versions check: