forked from boostorg/config
restrict abi testing to "real" msvc.
[SVN r21037]
This commit is contained in:
@ -7,8 +7,9 @@
|
|||||||
|
|
||||||
//
|
//
|
||||||
// before we do anything else, we need to mess with the compilers ABI:
|
// before we do anything else, we need to mess with the compilers ABI:
|
||||||
//
|
//
|
||||||
#ifdef _MSC_VER
|
#include <boost/config.hpp>
|
||||||
|
#ifdef BOOST_MSVC
|
||||||
#pragma pack(1)
|
#pragma pack(1)
|
||||||
#elif defined(__BORLANDC__)
|
#elif defined(__BORLANDC__)
|
||||||
#pragma option -Ve- -Vx- -a1 -b-
|
#pragma option -Ve- -Vx- -a1 -b-
|
||||||
|
Reference in New Issue
Block a user