Define _SILENCE_CXX20_CISO646_REMOVED_WARNING in benchmarks

This commit is contained in:
Peter Dimov
2022-12-01 01:34:00 +02:00
parent 808f8e659a
commit 46a2cd109f
6 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,7 @@
// https://www.boost.org/LICENSE_1_0.txt
#define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING
#define _SILENCE_CXX20_CISO646_REMOVED_WARNING
#include <boost/unordered_map.hpp>
#include <boost/unordered/unordered_flat_map.hpp>