From 57743254f64b2a37b455b16a94dacfcc735fbfaa Mon Sep 17 00:00:00 2001 From: John Maddock Date: Sat, 23 Feb 2002 12:57:54 +0000 Subject: [PATCH] Moved como entry up the list so that como+borland works now. [SVN r12911] --- include/boost/config/select_compiler_config.hpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/include/boost/config/select_compiler_config.hpp b/include/boost/config/select_compiler_config.hpp index ce3b23ce..14780ba6 100644 --- a/include/boost/config/select_compiler_config.hpp +++ b/include/boost/config/select_compiler_config.hpp @@ -14,6 +14,10 @@ // GNU C++: # define BOOST_COMPILER_CONFIG "boost/config/compiler/gcc.hpp" +# elif defined __COMO__ +// Comeau C++ +# define BOOST_COMPILER_CONFIG "boost/config/compiler/comeau.hpp" + #elif defined __KCC // Kai C++ # define BOOST_COMPILER_CONFIG "boost/config/compiler/kai.hpp" @@ -58,10 +62,6 @@ // IBM Visual Age # define BOOST_COMPILER_CONFIG "boost/config/compiler/vacpp.hpp" -# elif defined __COMO__ -// Comeau C++ -# define BOOST_COMPILER_CONFIG "boost/config/compiler/comeau.hpp" - #elif defined _MSC_VER // Microsoft Visual C++ // @@ -75,3 +75,4 @@ # error "Unknown compiler - please configure and report the results to boost.org" #endif +