forked from boostorg/exception
Configuration option to allow Boost Exception to use std::shared_ptr instead of boost::shared_ptr.
This commit is contained in:
@ -15,7 +15,8 @@
|
||||
#include <boost/exception/exception.hpp>
|
||||
#include <boost/exception/detail/error_info_impl.hpp>
|
||||
#include <boost/exception/detail/type_info.hpp>
|
||||
#include <boost/shared_ptr.hpp>
|
||||
#include <boost/exception/detail/shared_ptr.hpp>
|
||||
#include <boost/assert.hpp>
|
||||
|
||||
namespace
|
||||
boost
|
||||
|
Reference in New Issue
Block a user