Disable C4996 in hash_complex_test.cpp (refs #23)

This commit is contained in:
Peter Dimov
2022-06-13 14:05:35 +03:00
parent b3e424b650
commit bdf4bfe910

View File

@@ -29,6 +29,7 @@ int main() {}
// 'const std::complex<float>::_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<Integer> is deprecated
#if BOOST_MSVC < 1400
#pragma warning(disable:4267) // conversion from 'size_t' to 'unsigned int',
// possible loss of data