From 02792885e1b3713a9b54ac6554c57d141ad76f41 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 30 Apr 2010 03:00:31 +0000 Subject: [PATCH] Clang has a version macro now. Use it. [SVN r61693] --- include/boost/config/compiler/clang.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/boost/config/compiler/clang.hpp b/include/boost/config/compiler/clang.hpp index 67047b3d..e3551bc4 100644 --- a/include/boost/config/compiler/clang.hpp +++ b/include/boost/config/compiler/clang.hpp @@ -60,6 +60,5 @@ #define BOOST_NO_EXTERN_TEMPLATE #ifndef BOOST_COMPILER -// NOTE: Clang does not expose a version number -# define BOOST_COMPILER "Clang C++" +# define BOOST_COMPILER "Clang version " __clang_version__ #endif