Skip to content

Commit

Permalink
Update single header
Browse files Browse the repository at this point in the history
  • Loading branch information
tcbrindle authored and github-actions[bot] committed Nov 26, 2024
1 parent 82c7555 commit 9a02b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion single_include/flux.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a02b77

Please sign in to comment.