Include and test unconditionally result.hpp

This commit is contained in:
Peter Dimov
2024-01-17 07:17:30 +02:00
parent abbfd46517
commit ff47c6782f
3 changed files with 38 additions and 48 deletions

View File

@@ -9,10 +9,6 @@
#include <boost/system/error_code.hpp>
#include <boost/system/system_error.hpp>
#include <boost/config.hpp>
#if (__cplusplus >= 201103L) && !(defined(BOOST_GCC) && BOOST_GCC < 40800) || (defined(_MSC_VER) && _MSC_VER >= 1900)
# include <boost/system/result.hpp>
#endif
#include <boost/system/result.hpp>
#endif // #ifndef BOOST_SYSTEM_HPP_INCLUDED