DescriptionRemove a redundant default argument from std::__throw_with_nested in
nested_exception.h. Forward-declare std::type_info from
exception_ptr.h, which is included from <typeinfo> before it defines
std::type_info.
Tested:
`make check` in x86_64-unknown-linux-gnu/libstdc++-v3. The
abi_check test fails, but also did before this change.
libstdc++-v3/ChangeLog:
2011-03-31 Jeffrey Yasskin <jyasskin@google.com>
* libsupc++/exception_ptr.h: Forward-declare std::type_info.
* libsupc++/nested_exception.h (__throw_with_nested): Remove a
redundant default argument from std::__throw_with_nested.
Patch Set 1 #
MessagesTotal messages: 8
|