Suppress std::complex<int> warning under clang-cl

This commit is contained in:
Peter Dimov
2022-11-25 21:13:57 +02:00
parent d6905ab159
commit 558d0ead17

View File

@@ -3,6 +3,8 @@
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#define _SILENCE_NONFLOATING_COMPLEX_DEPRECATION_WARNING
#include "./config.hpp"
#if !defined(BOOST_HASH_TEST_EXTENSIONS)