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
Describe the bug
I am using quill v3.8. I am using it with -fno-exception -fno-rtti. I am trying to migrate to v7.3. It uses dynamic_cast which is not allowed with -fno-rtti.
To Reproduce
Compile with -fno-rtti
Expected Behaviour
I was expecting it to compile without errors with -fno-rtti
Environment
Linux
Btw, thanks for this library. I have been using it for years.