Skip to content

Commit

Permalink
Define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING in sp…
Browse files Browse the repository at this point in the history
…eed_test.cpp
  • Loading branch information
pdimov committed Nov 21, 2023
1 parent 5d95860 commit cbe02b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/speed_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

#define _HAS_ITERATOR_DEBUGGING 0

#define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING

// -Wdeprecated-copy-with-user-provided-copy in boost/format/group.hpp

#if defined(__clang__) && defined(__has_warning)
Expand Down

0 comments on commit cbe02b0

Please sign in to comment.