2
0
mirror of https://github.com/boostorg/leaf.git synced 2026-01-31 08:12:26 +00:00

Trimmed down standard includes:

- no longer including <ostream>, using <iosfwd> instead
- under BOOST_LEAF_DIAGNOSTICS=0, no longer including <set> and <sstream>
This commit is contained in:
Emil Dotchevski
2020-10-20 17:52:33 -07:00
parent 44eec77cf0
commit 446098fd8a
10 changed files with 80 additions and 54 deletions

View File

@@ -7,6 +7,7 @@
#include <boost/leaf/handle_errors.hpp>
#include <boost/leaf/result.hpp>
#include "lightweight_test.hpp"
#include <sstream>
namespace leaf = boost::leaf;