Avoid C4996 in sv_copy_test.cpp

This commit is contained in:
Peter Dimov 2021-11-01 04:15:33 +02:00
parent bdd4bf7d9a
commit 7b45315af1

View File

@ -2,6 +2,8 @@
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
#define _SCL_SECURE_NO_WARNINGS
#include <boost/core/detail/string_view.hpp>
#include <boost/core/lightweight_test.hpp>
#include <stdexcept>