summaryrefslogtreecommitdiff
path: root/boost/detail/workaround.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/detail/workaround.hpp')
-rw-r--r--boost/detail/workaround.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/boost/detail/workaround.hpp b/boost/detail/workaround.hpp
index 40b3423b37..7727aaf1de 100644
--- a/boost/detail/workaround.hpp
+++ b/boost/detail/workaround.hpp
@@ -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