Merge pull request #113 from glenfe/develop

Support BOOST_GCC guards in BOOST_WORKAROUND
This commit is contained in:
jzmaddock
2017-02-04 13:18:53 +00:00
committed by GitHub

View File

@ -85,6 +85,11 @@
#else
#define __GNUC_PATCHLEVEL___WORKAROUND_GUARD 0
#endif
#ifndef BOOST_GCC
#define BOOST_GCC_WORKAROUND_GUARD 1
#else
#define BOOST_GCC_WORKAROUND_GUARD 0
#endif
#ifndef __IBMCPP__
#define __IBMCPP___WORKAROUND_GUARD 1
#else