mirror of
https://github.com/boostorg/system.git
synced 2025-07-30 20:47:14 +02:00
Update g++ workaround to exclude 7.4/8.1
This commit is contained in:
@ -43,7 +43,7 @@
|
|||||||
# define BOOST_SYSTEM_HAS_CONSTEXPR
|
# define BOOST_SYSTEM_HAS_CONSTEXPR
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__GNUC__) && (__GNUC__ == 7 || __GNUC__ == 8) && __cplusplus >= 201700L
|
#if defined(__GNUC__) && (__GNUC__ == 7 && __GNUC_MINOR__ < 4) && __cplusplus >= 201700L
|
||||||
// https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83835
|
// https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83835
|
||||||
# undef BOOST_SYSTEM_HAS_CONSTEXPR
|
# undef BOOST_SYSTEM_HAS_CONSTEXPR
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user