Configuration option to allow Boost Exception to use std::shared_ptr instead of boost::shared_ptr.

This commit is contained in:
Emil Dotchevski
2016-09-28 16:53:43 -07:00
parent c1e2284628
commit 27598f92db
3 changed files with 20 additions and 2 deletions

View File

@ -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