gcc_xml.hpp
Go to the documentation of this file.
00001 //  (C) Copyright John Maddock 2006. 
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 //  GCC-XML C++ compiler setup:
00009 
00010 #  if !defined(__GCCXML_GNUC__) || ((__GCCXML_GNUC__ <= 3) && (__GCCXML_GNUC_MINOR__ <= 3))
00011 #     define BOOST_NO_IS_ABSTRACT
00012 #  endif
00013 
00014 //
00015 // Threading support: Turn this on unconditionally here (except for
00016 // those platforms where we can know for sure). It will get turned off again
00017 // later if no threading API is detected.
00018 //
00019 #if !defined(__MINGW32__) && !defined(_MSC_VER) && !defined(linux) && !defined(__linux) && !defined(__linux__)
00020 # define BOOST_HAS_THREADS
00021 #endif 
00022 
00023 //
00024 // gcc has "long long"
00025 //
00026 #define BOOST_HAS_LONG_LONG
00027 
00028 #define BOOST_COMPILER "GCC-XML C++ version " __GCCXML__
00029 
00030 


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