Make Boost.System header-only

This commit is contained in:
Peter Dimov
2018-09-16 03:04:19 +03:00
parent 053972643d
commit 2fa0a00583
12 changed files with 680 additions and 499 deletions
+5 -2
View File
@@ -11,10 +11,14 @@
// Avoid spurious VC++ warnings
# define _CRT_SECURE_NO_WARNINGS
#include <boost/system/error_code.hpp>
#include <boost/config.hpp>
#include <boost/config/pragma_message.hpp>
#include <iostream>
#if defined(BOOST_NO_CXX11_HDR_SYSTEM_ERROR)
#if !defined(BOOST_SYSTEM_HAS_SYSTEM_ERROR)
BOOST_PRAGMA_MESSAGE( "BOOST_SYSTEM_HAS_SYSTEM_ERROR not defined, test will be skipped" )
int main()
{
@@ -25,7 +29,6 @@ int main()
#else
#include <boost/system/error_code.hpp>
#include <boost/core/lightweight_test.hpp>
#include <system_error>
#include <cerrno>