diff --git a/test/hash_complex_test.cpp b/test/hash_complex_test.cpp index f9a7bc8..d44ef2e 100644 --- a/test/hash_complex_test.cpp +++ b/test/hash_complex_test.cpp @@ -29,6 +29,7 @@ int main() {} // 'const std::complex::_Ty' #pragma warning(disable:4309) // truncation of constant value #pragma warning(disable:4512) // assignment operator could not be generated +#pragma warning(disable:4996) // std::complex is deprecated #if BOOST_MSVC < 1400 #pragma warning(disable:4267) // conversion from 'size_t' to 'unsigned int', // possible loss of data