Language
C++
Compiler
gcc 13.2.0
Options
Warnings
Don't Use Boost
C++2a
-pedantic
Raw compiler options
-O2
$ g++ prog.cc -Wall -Wextra -std=c++2a -pedantic -O2trying to cast 13first_derived... FAILURE
trying to cast 14second_derived... OK
Exit Code:
0