sgi_mipspro.hpp
Go to the documentation of this file.
00001 //  (C) Copyright John Maddock 2001 - 2002. 
00002 //  Use, modification and distribution are subject to the 
00003 //  Boost Software License, Version 1.0. (See accompanying file 
00004 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
00005 
00006 //  See http://www.boost.org for most recent version.
00007 
00008 //  SGI C++ compiler setup:
00009 
00010 #define BOOST_COMPILER "SGI Irix compiler version " BOOST_STRINGIZE(_COMPILER_VERSION)
00011 
00012 #include "boost/config/compiler/common_edg.hpp"
00013 
00014 //
00015 // Threading support:
00016 // Turn this on unconditionally here, it will get turned off again later
00017 // if no threading API is detected.
00018 //
00019 #define BOOST_HAS_THREADS
00020 #define BOOST_NO_TWO_PHASE_NAME_LOOKUP
00021 
00022 #undef BOOST_NO_SWPRINTF
00023 #undef BOOST_DEDUCED_TYPENAME
00024 
00025 #define BOOST_NO_INITIALIZER_LISTS
00026 //
00027 // C++0x features
00028 //
00029 //   See boost\config\suffix.hpp for BOOST_NO_LONG_LONG
00030 //
00031 #define BOOST_NO_CHAR16_T
00032 #define BOOST_NO_CHAR32_T
00033 #define BOOST_NO_CONSTEXPR
00034 #define BOOST_NO_DECLTYPE
00035 #define BOOST_NO_DEFAULTED_FUNCTIONS
00036 #define BOOST_NO_DELETED_FUNCTIONS
00037 #define BOOST_NO_EXPLICIT_CONVERSION_OPERATORS
00038 #define BOOST_NO_EXTERN_TEMPLATE
00039 #define BOOST_NO_RAW_LITERALS
00040 #define BOOST_NO_RVALUE_REFERENCES
00041 #define BOOST_NO_SCOPED_ENUMS
00042 #define BOOST_NO_STATIC_ASSERT
00043 #define BOOST_NO_UNICODE_LITERALS
00044 #define BOOST_NO_VARIADIC_TEMPLATES
00045 #define BOOST_NO_AUTO_DECLARATIONS
00046 #define BOOST_NO_AUTO_MULTIDECLARATIONS
00047 
00048 //
00049 // version check:
00050 // probably nothing to do here?
00051 
00052 


appl
Author(s): petercai
autogenerated on Tue Jan 7 2014 11:02:29