mirror of
https://github.com/boostorg/leaf.git
synced 2026-01-19 16:32:08 +00:00
Deleted catch/nocatch context types
This commit is contained in:
@@ -4,11 +4,7 @@
|
||||
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
|
||||
#include <boost/leaf/config.hpp>
|
||||
#ifdef BOOST_LEAF_NO_EXCEPTIONS
|
||||
# include <boost/leaf/handle_error.hpp>
|
||||
#else
|
||||
# include <boost/leaf/handle_exception.hpp>
|
||||
#endif
|
||||
#include <boost/leaf/handle_errors.hpp>
|
||||
|
||||
#include <boost/leaf/result.hpp>
|
||||
#include <exception>
|
||||
|
||||
Reference in New Issue
Block a user