Define result in boost::system instead of in boost::result

This commit is contained in:
Peter Dimov
2021-09-16 18:56:35 +03:00
parent fd852c675e
commit ae77563039
12 changed files with 33 additions and 29 deletions
+2 -2
View File
@@ -2,13 +2,13 @@
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
#include <boost/result/result.hpp>
#include <boost/system/result.hpp>
#include <boost/core/lightweight_test.hpp>
#include <system_error>
#include <iosfwd>
#include <cerrno>
using namespace boost::result;
using namespace boost::system;
struct X
{