forked from boostorg/config
Add definition of BOOST_MSVC_FULL_VER_WORKAROUND_GUARD. Fixes #4012
[SVN r60624]
This commit is contained in:
@@ -65,6 +65,11 @@
|
|||||||
#else
|
#else
|
||||||
#define BOOST_MSVC_WORKAROUND_GUARD 0
|
#define BOOST_MSVC_WORKAROUND_GUARD 0
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef BOOST_MSVC_FULL_VER
|
||||||
|
#define BOOST_MSVC_FULL_VER_WORKAROUND_GUARD 1
|
||||||
|
#else
|
||||||
|
#define BOOST_MSVC_FULL_VER_WORKAROUND_GUARD 0
|
||||||
|
#endif
|
||||||
#ifndef __GNUC__
|
#ifndef __GNUC__
|
||||||
#define __GNUC___WORKAROUND_GUARD 1
|
#define __GNUC___WORKAROUND_GUARD 1
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user