diff --git a/single_include/flux.hpp b/single_include/flux.hpp index 63f598f6..7a40e414 100644 --- a/single_include/flux.hpp +++ b/single_include/flux.hpp @@ -498,7 +498,7 @@ concept ordering_invocable = // clang-format off -// Workaround GCC11/12 ICE in sequence concept definition below +// Workaround GCC12 ICE in sequence concept definition below #if defined(__GNUC__) && !defined(__clang__) && (__GNUC__ < 13) #define FLUX_COMPILER_IS_GCC12 #endif