Closed GoogleCodeExporter closed 9 years ago
Covariant return types are a standard feature of C++98, section 10.3#5. They
are not
supported before gcc 3.4 or MSVC++ 7.
At the risk of not providing a direct interface to MinidumpModule objects in the
Minidump class, you can change the return type of the 4 methods that presently
return
MinidumpModule* at minidump.h:442 et seq. to CodeModule*, and adjust
accordingly in
minidump.cc. This shouldn't harm anything in Airbag itself, but restricts
other uses
of the minidump reader.
Original comment by mmento...@gmail.com
on 23 Dec 2006 at 5:29
Reopen or refile if a viable patch exists, otherwise, we don't plan to go out
of our
way to support these older compilers.
Original comment by mmento...@gmail.com
on 28 Sep 2007 at 6:37
Original comment by mmento...@gmail.com
on 28 Sep 2007 at 6:37
Original issue reported on code.google.com by
dir...@gmail.com
on 22 Dec 2006 at 9:35