Comment fix.

This commit is contained in:
Andrey Semashev
2014-05-31 21:57:51 +04:00
parent 7062572c8f
commit 8f097eb241

View File

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