2
0
mirror of https://github.com/boostorg/leaf.git synced 2026-02-09 11:12:37 +00:00

sending error_id through std::error_code

This commit is contained in:
Emil Dotchevski
2019-01-20 02:44:47 -08:00
parent 3588d31e94
commit 8a2b9caf6e
22 changed files with 287 additions and 15 deletions

View File

@@ -5,6 +5,7 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <boost/leaf/handle.hpp>
#include <boost/leaf/result.hpp>
#include "boost/core/lightweight_test.hpp"
namespace leaf = boost::leaf;