fmtlib / fmt

A modern formatting library
https://fmt.dev
Other
20.74k stars 2.49k forks source link

Is it possible to build fmt while RTTI compile flag is off? #3291

Closed T-rvw closed 1 year ago

T-rvw commented 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

vitaut commented 1 year ago

ostream interface is optional so you might be able to do this if you don't use iostreams with {fmt}.