2
0
mirror of https://github.com/boostorg/leaf.git synced 2026-02-01 08:32:14 +00:00

Fixed bug in detection of std::uncaught_exceptions

This commit is contained in:
Emil Dotchevski
2020-08-30 22:16:52 -07:00
parent 33d558257a
commit 6fa94b5aa3
9 changed files with 25 additions and 10 deletions

View File

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