Skip to content

Commit

Permalink
fix: icc >= 2022.2 breaks the HEDLEY_REQUIRE_CONSTEXPR macro
Browse files Browse the repository at this point in the history
  • Loading branch information
nemequ committed Sep 15, 2024
1 parent 9d193f2 commit 6322bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hedley.h
Original file line number Diff line number Diff line change
Expand Up @@ -1824,7 +1824,7 @@ HEDLEY_DIAGNOSTIC_POP
# endif
# elif \
defined(HEDLEY_GCC_VERSION) || \
defined(HEDLEY_INTEL_VERSION) || \
(defined(HEDLEY_INTEL_VERSION) && !HEDLEY_INTEL_VERSION_CHECK(2022,2,0)) || \
defined(HEDLEY_TINYC_VERSION) || \
defined(HEDLEY_TI_ARMCL_VERSION) || \
HEDLEY_TI_CL430_VERSION_CHECK(18,12,0) || \
Expand Down

0 comments on commit 6322bbd

Please sign in to comment.