skystrife / cpptoml

cpptoml is a header-only library for parsing TOML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to avoid RTTI?

invexed opened this issue · comments

I'm currently working on a project which prohibits the use of RTTI. Is there any way in which we can avoid the dynamic_pointer_cast calls, or are they inherent to the design of cpptoml?

Don't worry; it turns out RTTI is not prohibited now. Sorry to bother you.