mirror of
https://github.com/boostorg/system.git
synced 2025-10-05 20:20:56 +02:00
Define result in boost::system instead of in boost::result
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user