mirror of
https://github.com/boostorg/system.git
synced 2025-07-29 20:17:13 +02:00
#define _CRT_SECURE_NO_WARNINGS to avoid spurious VC++ warning
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user