From fb93903c024b9722d953be23fab8c04136645102 Mon Sep 17 00:00:00 2001 From: Bryce Adelstein-Lelbach Date: Mon, 10 Jan 2011 03:04:31 +0000 Subject: [PATCH] Re-added Qi numeric literals as they no longer break Qi auto-magic. [SVN r67902] --- include/boost/config/compiler/pathscale.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/compiler/pathscale.hpp b/include/boost/config/compiler/pathscale.hpp index 295b63a2..13ede88d 100644 --- a/include/boost/config/compiler/pathscale.hpp +++ b/include/boost/config/compiler/pathscale.hpp @@ -9,7 +9,7 @@ // PathScale EKOPath C++ Compiler #ifndef BOOST_COMPILER -# define BOOST_COMPILER "PathScale EKOPath C++ Compiler version" __PATHSCALE__ +# define BOOST_COMPILER "PathScale EKOPath C++ Compiler version " __PATHSCALE__ #endif #if __PATHCC__ >= 4