test commit
This commit is contained in:
parent
710540c0b0
commit
8ec3907a03
|
@ -21,18 +21,18 @@
|
||||||
#define DCM_CORE_H
|
#define DCM_CORE_H
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
//warning about to long decoraded names, won't affect the code correctness
|
//warning about to long decoraded names, won't affect the code correctness
|
||||||
#pragma warning( disable : 4503 )
|
#pragma warning( disable : 4503 )
|
||||||
//warning about changed pod initalising behaviour (boost blank in variant)
|
//warning about changed pod initalising behaviour (boost blank in variant)
|
||||||
#pragma warning( disable : 4345 )
|
#pragma warning( disable : 4345 )
|
||||||
|
|
||||||
//disable boost concept checks, as some of them have alignment problems which bring msvc to an error
|
//disable boost concept checks, as some of them have alignment problems which bring msvc to an error
|
||||||
//(for example DFSvisitor check in boost::graph::depht_first_search)
|
//(for example DFSvisitor check in boost::graph::depht_first_search)
|
||||||
//this has no runtime effect as these are only compile time checks
|
//this has no runtime effect as these are only compile time checks
|
||||||
#include <boost/concept/assert.hpp>
|
#include <boost/concept/assert.hpp>
|
||||||
#undef BOOST_CONCEPT_ASSERT
|
#undef BOOST_CONCEPT_ASSERT
|
||||||
#define BOOST_CONCEPT_ASSERT(Model)
|
#define BOOST_CONCEPT_ASSERT(Model)
|
||||||
#include <boost/concept_check.hpp>
|
#include <boost/concept_check.hpp>
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user