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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user