forked from boostorg/system
Include result.hpp in <boost/system.hpp>
This commit is contained in:
@ -10,4 +10,8 @@
|
|||||||
#include <boost/system/error_code.hpp>
|
#include <boost/system/error_code.hpp>
|
||||||
#include <boost/system/system_error.hpp>
|
#include <boost/system/system_error.hpp>
|
||||||
|
|
||||||
|
#if (__cplusplus >= 201103L) || (defined(_MSC_VER) && _MSC_VER >= 1900)
|
||||||
|
# include <boost/system/result.hpp>
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // #ifndef BOOST_SYSTEM_HPP_INCLUDED
|
#endif // #ifndef BOOST_SYSTEM_HPP_INCLUDED
|
||||||
|
Reference in New Issue
Block a user