Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/boost/intrusive/detail/config_begin.hpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 /////////////////////////////////////////////////////////////////////////////
0002 //
0003 // (C) Copyright Ion Gaztanaga  2006-2013
0004 //
0005 // Distributed under the Boost Software License, Version 1.0.
0006 //    (See accompanying file LICENSE_1_0.txt or copy at
0007 //          http://www.boost.org/LICENSE_1_0.txt)
0008 //
0009 // See http://www.boost.org/libs/intrusive for documentation.
0010 //
0011 /////////////////////////////////////////////////////////////////////////////
0012 
0013 #ifndef BOOST_CONFIG_HPP
0014 #include <boost/config.hpp>
0015 #endif
0016 
0017 #ifdef BOOST_MSVC
0018 
0019    #pragma warning (push)
0020    #pragma warning (disable : 4619) // there is no warning number 'XXXX'
0021    #pragma warning (disable : 4275) // non DLL-interface classkey "identifier" used as base for DLL-interface classkey "identifier"
0022    #pragma warning (disable : 4251) // "identifier" : class "type" needs to have dll-interface to be used by clients of class "type2"
0023    #pragma warning (disable : 4675) // "method" should be declared "static" and have exactly one parameter
0024    #pragma warning (disable : 4996) // "function": was declared deprecated
0025    #pragma warning (disable : 4503) // "identifier" : decorated name length exceeded, name was truncated
0026    #pragma warning (disable : 4284) // odd return type for operator->
0027    #pragma warning (disable : 4244) // possible loss of data
0028    #pragma warning (disable : 4521) ////Disable "multiple copy constructors specified"
0029    #pragma warning (disable : 4127) //conditional expression is constant
0030    #pragma warning (disable : 4146) // unary minus operator applied to unsigned type, result still unsigned
0031    #pragma warning (disable : 4267) //conversion from 'X' to 'Y', possible loss of data
0032    #pragma warning (disable : 4541) //'typeid' used on polymorphic type 'boost::exception' with /GR-
0033    #pragma warning (disable : 4512) //'typeid' used on polymorphic type 'boost::exception' with /GR-
0034    #pragma warning (disable : 4522) // "class" : multiple assignment operators specified
0035    #pragma warning (disable : 4706) //assignment within conditional expression
0036    #pragma warning (disable : 4710) // function not inlined
0037    #pragma warning (disable : 4714) // "function": marked as __forceinline not inlined
0038    #pragma warning (disable : 4711) // function selected for automatic inline expansion
0039    #pragma warning (disable : 4786) // identifier truncated in debug info
0040    #pragma warning (disable : 4996) // "function": was declared deprecated
0041 #endif
0042 
0043 //#define BOOST_INTRUSIVE_USE_ITERATOR_FACADE
0044 //#define BOOST_INTRUSIVE_USE_ITERATOR_ENABLE_IF_CONVERTIBLE