pboettch / json-schema-validator

JSON schema validator for JSON for Modern C++
Other
466 stars 134 forks source link

Replace usage of dynamic_cast #210

Closed inkychris closed 1 year ago

inkychris commented 1 year ago

dynamic_cast often requires RTTI to be enabled. If possible, it would be helpful to replace usage of dynamic_cast with some other mechanism so that this library can be used in environments that don't have RTTI.

SamVanheer commented 1 year ago

I think this can be closed since #211 has been merged.