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

View File

@@ -2,11 +2,11 @@
// 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 <boost/core/lightweight_test_trait.hpp>
using namespace boost::result;
using namespace boost::system;
struct X
{