forked from boostorg/exception
Comment fix.
This commit is contained in:
@ -22,7 +22,7 @@
|
|||||||
#include <boost/exception/detail/type_info.hpp>
|
#include <boost/exception/detail/type_info.hpp>
|
||||||
#include <boost/exception/detail/clone_current_exception.hpp>
|
#include <boost/exception/detail/clone_current_exception.hpp>
|
||||||
#ifndef BOOST_NO_RTTI
|
#ifndef BOOST_NO_RTTI
|
||||||
#include <boost/exception/detail/type_info.hpp> // exception_detail::demangle
|
#include <boost/exception/detail/type_info.hpp> // exception_detail::demangle()
|
||||||
#endif
|
#endif
|
||||||
#include <boost/shared_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
Reference in New Issue
Block a user