Fix spelling of Comeau

[SVN r18645]
This commit is contained in:
Beman Dawes
2003-06-02 12:12:20 +00:00
parent ee438550db
commit 70b59c02f8
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@
# define BOOST_STDLIB_CONFIG "boost/config/stdlib/stlport.hpp" # define BOOST_STDLIB_CONFIG "boost/config/stdlib/stlport.hpp"
#elif defined(__LIBCOMO__) #elif defined(__LIBCOMO__)
// Commeau STL: // Comeau STL:
#define BOOST_STDLIB_CONFIG "boost/config/stdlib/libcomo.hpp" #define BOOST_STDLIB_CONFIG "boost/config/stdlib/libcomo.hpp"
#elif defined(__STD_RWCOMPILER_H__) || defined(_RWSTD_VER) #elif defined(__STD_RWCOMPILER_H__) || defined(_RWSTD_VER)

View File

@ -5,7 +5,7 @@
// See http://www.boost.org for most recent version. // See http://www.boost.org for most recent version.
// Commeau STL: // Comeau STL:
#if !defined(__LIBCOMO__) #if !defined(__LIBCOMO__)
# include <utility> # include <utility>
@ -29,5 +29,5 @@
// //
#define BOOST_HAS_SGI_TYPE_TRAITS #define BOOST_HAS_SGI_TYPE_TRAITS
#define BOOST_STDLIB "Commeau standard library" BOOST_STRINGIZE(__LIBCOMO_VERSION__) #define BOOST_STDLIB "Comeau standard library" BOOST_STRINGIZE(__LIBCOMO_VERSION__)