#define _CRT_SECURE_NO_WARNINGS to avoid spurious VC++ warning

This commit is contained in:
Beman
2017-05-28 16:34:24 -04:00
parent c1d722543a
commit 4626b887be

View File

@ -8,6 +8,9 @@
// See library home page at http://www.boost.org/libs/system
// Avoid spurious VC++ warnings
# define _CRT_SECURE_NO_WARNINGS
#include <boost/config.hpp>
#if defined(BOOST_NO_CXX11_HDR_SYSTEM_ERROR)