mirror of
https://github.com/boostorg/variant2.git
synced 2025-07-29 19:57:18 +02:00
GCC bug 63707 has been fixed for GCC 11
This commit is contained in:
@ -1032,7 +1032,7 @@ template<class... T> struct variant_base_impl<false, false, T...>
|
||||
{
|
||||
unsigned ix_;
|
||||
|
||||
#if defined(__GNUC__) && !defined(__clang__) && !defined(__INTEL_COMPILER)
|
||||
#if defined(__GNUC__) && __GNUC__ < 11 && !defined(__clang__) && !defined(__INTEL_COMPILER)
|
||||
|
||||
// https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63707 :-(
|
||||
|
||||
|
Reference in New Issue
Block a user