Merge pull request #383 from boostorg/pr/clang-major-workaround

Define __clang_major___WORKAROUND_GUARD
This commit is contained in:
jzmaddock
2021-07-04 17:20:59 +01:00
committed by GitHub

View File

@@ -192,6 +192,11 @@
#else
#define _COMPILER_VERSION_WORKAROUND_GUARD 0
#endif
#ifndef __clang_major__
#define __clang_major___WORKAROUND_GUARD 1
#else
#define __clang_major___WORKAROUND_GUARD 0
#endif
#ifndef _RWSTD_VER
#define _RWSTD_VER_WORKAROUND_GUARD 1