forked from boostorg/throw_exception
minor diagnostic_information fix.
[SVN r48543]
This commit is contained in:
committed by
Peter Dimov
parent
db6110057a
commit
3623b2d32e
@ -160,13 +160,13 @@ boost
|
|||||||
template <class>
|
template <class>
|
||||||
struct get_info;
|
struct get_info;
|
||||||
|
|
||||||
template <>
|
template <>
|
||||||
struct get_info<throw_function>;
|
struct get_info<throw_function>;
|
||||||
|
|
||||||
template <>
|
template <>
|
||||||
struct get_info<throw_file>;
|
struct get_info<throw_file>;
|
||||||
|
|
||||||
template <>
|
template <>
|
||||||
struct get_info<throw_line>;
|
struct get_info<throw_line>;
|
||||||
|
|
||||||
char const * get_diagnostic_information( exception const & );
|
char const * get_diagnostic_information( exception const & );
|
||||||
@ -313,10 +313,10 @@ boost
|
|||||||
virtual clone_base const * clone() const = 0;
|
virtual clone_base const * clone() const = 0;
|
||||||
virtual void rethrow() const = 0;
|
virtual void rethrow() const = 0;
|
||||||
|
|
||||||
virtual
|
virtual
|
||||||
~clone_base() throw()
|
~clone_base() throw()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
inline
|
inline
|
||||||
|
Reference in New Issue
Block a user