Skip to content

Commit

Permalink
suppress annoying apple-clang warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler committed Sep 4, 2024
1 parent fcab616 commit bbfec6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/range/v3/detail/prologue.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,7 @@ RANGES_DIAGNOSTIC_KEYWORD_MACRO

#pragma push_macro("I")
#undef I

#if defined(__apple_build_version__)
RANGES_DIAGNOSTIC_IGNORE("-Wdeprecated")
#endif

0 comments on commit bbfec6b

Please sign in to comment.