]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/config/select_compiler_config.hpp
boost: update to 1.42.0
[lyx.git] / boost / boost / config / select_compiler_config.hpp
index 8d8db9034adbaf8b87747fe81a30913baa2e4bdf..9141cd6376ac10b1de03dfa391393276a3fe1cc6 100644 (file)
 //  Greenhills C++
 #   define BOOST_COMPILER_CONFIG "boost/config/compiler/greenhills.hpp"
 
+#elif defined __CODEGEARC__
+//  CodeGear - must be checked for before Borland
+#   define BOOST_COMPILER_CONFIG "boost/config/compiler/codegear.hpp"
+
 #elif defined __BORLANDC__
 //  Borland
 #   define BOOST_COMPILER_CONFIG "boost/config/compiler/borland.hpp"