Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/interprocess/detail/config_begin.hpp @ 101:c530137014c0
Update Boost headers (1.58.0)
author | Chris Cannam |
---|---|
date | Mon, 07 Sep 2015 11:12:49 +0100 |
parents | 2665513ce2d3 |
children |
comparison
equal
deleted
inserted
replaced
100:793467b5e61c | 101:c530137014c0 |
---|---|
11 #define BOOST_INTERPROCESS_CONFIG_INCLUDED | 11 #define BOOST_INTERPROCESS_CONFIG_INCLUDED |
12 #include <boost/config.hpp> | 12 #include <boost/config.hpp> |
13 #endif | 13 #endif |
14 | 14 |
15 #ifdef BOOST_MSVC | 15 #ifdef BOOST_MSVC |
16 #ifndef _CRT_SECURE_NO_DEPRECATE | |
17 #define BOOST_INTERPROCESS_CRT_SECURE_NO_DEPRECATE | |
18 #define _CRT_SECURE_NO_DEPRECATE | |
19 #endif | |
20 #pragma warning (push) | 16 #pragma warning (push) |
21 #pragma warning (disable : 4702) // unreachable code | 17 #pragma warning (disable : 4702) // unreachable code |
22 #pragma warning (disable : 4706) // assignment within conditional expression | 18 #pragma warning (disable : 4706) // assignment within conditional expression |
23 #pragma warning (disable : 4127) // conditional expression is constant | 19 #pragma warning (disable : 4127) // conditional expression is constant |
24 #pragma warning (disable : 4146) // unary minus operator applied to unsigned type, result still unsigned | 20 #pragma warning (disable : 4146) // unary minus operator applied to unsigned type, result still unsigned |
26 #pragma warning (disable : 4244) // possible loss of data | 22 #pragma warning (disable : 4244) // possible loss of data |
27 #pragma warning (disable : 4251) // "identifier" : class "type" needs to have dll-interface to be used by clients of class "type2" | 23 #pragma warning (disable : 4251) // "identifier" : class "type" needs to have dll-interface to be used by clients of class "type2" |
28 #pragma warning (disable : 4267) // conversion from "X" to "Y", possible loss of data | 24 #pragma warning (disable : 4267) // conversion from "X" to "Y", possible loss of data |
29 #pragma warning (disable : 4275) // non DLL-interface classkey "identifier" used as base for DLL-interface classkey "identifier" | 25 #pragma warning (disable : 4275) // non DLL-interface classkey "identifier" used as base for DLL-interface classkey "identifier" |
30 #pragma warning (disable : 4355) // "this" : used in base member initializer list | 26 #pragma warning (disable : 4355) // "this" : used in base member initializer list |
27 #pragma warning (disable : 4345) // behavior change: an object of POD type constructed with an initializer of the form () will be default-initialized | |
31 #pragma warning (disable : 4503) // "identifier" : decorated name length exceeded, name was truncated | 28 #pragma warning (disable : 4503) // "identifier" : decorated name length exceeded, name was truncated |
32 #pragma warning (disable : 4511) // copy constructor could not be generated | 29 #pragma warning (disable : 4511) // copy constructor could not be generated |
33 #pragma warning (disable : 4512) // assignment operator could not be generated | 30 #pragma warning (disable : 4512) // assignment operator could not be generated |
34 #pragma warning (disable : 4514) // unreferenced inline removed | 31 #pragma warning (disable : 4514) // unreferenced inline removed |
35 #pragma warning (disable : 4521) // Disable "multiple copy constructors specified" | 32 #pragma warning (disable : 4521) // Disable "multiple copy constructors specified" |