You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We don't officially support building with RTTI disabled but a PR that makes that usage conditional would be welcome provided that it is not too intrusive. Alternatively, you can use {fmt} without fmt/std.h since the latter only provides some optional standard library formatters.
Trying to use "fmt/std.h" results in compilation error when RTTI is disabled.
Reproduction:
https://godbolt.org/z/9fnbK3E5x
The text was updated successfully, but these errors were encountered: