forked from boostorg/config
Fix spelling of Comeau
[SVN r18645]
This commit is contained in:
@ -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)
|
||||||
|
@ -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__)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user