Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-16 09:44:41

0001 //  (C) Copyright John Maddock 2001 - 2002. 
0002 //  Use, modification and distribution are subject to the 
0003 //  Boost Software License, Version 1.0. (See accompanying file 
0004 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0005 
0006 //  See http://www.boost.org for most recent version.
0007 
0008 //  SGI C++ compiler setup:
0009 
0010 #define BOOST_COMPILER "SGI Irix compiler version " BOOST_STRINGIZE(_COMPILER_VERSION)
0011 
0012 #include <boost/config/compiler/common_edg.hpp>
0013 
0014 //
0015 // Threading support:
0016 // Turn this on unconditionally here, it will get turned off again later
0017 // if no threading API is detected.
0018 //
0019 #define BOOST_HAS_THREADS
0020 #define BOOST_NO_TWO_PHASE_NAME_LOOKUP
0021 
0022 #undef BOOST_NO_SWPRINTF
0023 #undef BOOST_DEDUCED_TYPENAME
0024 
0025 //
0026 // version check:
0027 // probably nothing to do here?
0028 
0029