Skip to content

Commit bbfec6b

Browse files
committed
suppress annoying apple-clang warning
1 parent fcab616 commit bbfec6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/range/v3/detail/prologue.hpp

+4
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,7 @@ RANGES_DIAGNOSTIC_KEYWORD_MACRO
4848

4949
#pragma push_macro("I")
5050
#undef I
51+
52+
#if defined(__apple_build_version__)
53+
RANGES_DIAGNOSTIC_IGNORE("-Wdeprecated")
54+
#endif

0 commit comments

Comments
 (0)