Closed T-rvw closed 1 year ago
In current codebase, dynamic_cast will be used in fmt : https://github.com/fmtlib/fmt/blob/cae9bf45b964655c240f1fac23d5df30c54add15/include/fmt/ostream.h#L82
dynamic_cast
ostream interface is optional so you might be able to do this if you don't use iostreams with {fmt}.
In current codebase,
dynamic_cast
will be used in fmt : https://github.com/fmtlib/fmt/blob/cae9bf45b964655c240f1fac23d5df30c54add15/include/fmt/ostream.h#L82