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