mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
libstdc++: Silence -Woverloaded-virtual warning in cxx11-ios_failure.cc
libstdc++-v3/ChangeLog: * src/c++11/cxx11-ios_failure.cc (__iosfail_type_info): Unhide the three-arg overload of __do_upcast.
This commit is contained in:
committed by
Jonathan Wakely
parent
d024be8971
commit
d842eb5ee6
@@ -94,6 +94,8 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||||
{
|
||||
~__iosfail_type_info();
|
||||
|
||||
using __si_class_type_info::__do_upcast;
|
||||
|
||||
bool
|
||||
__do_upcast (const __class_type_info *dst_type,
|
||||
void **obj_ptr) const override;
|
||||
|
||||
Reference in New Issue
Block a user