Add support for no-rtti #134
Replies: 2 comments 2 replies
-
Hi @hpark90 - thanks for the suggestion and proposing a fix. However the implementation above breaks some existing functionality (and tests - for example custom converstion by template specialization in |
Beta Was this translation helpful? Give feedback.
-
I will proceed to close this request for now, due to the above stated reasons. If an alternative approach is found which does not break backward compatibility, please submit a PR for consideration. Thanks! |
Beta Was this translation helpful? Give feedback.
-
rapidcsv.h is not compilable with no-rtti.
To support no-rtti case, switch typeid to template specialization.
Wanted to push a branch, but denied.
Possible implementation
Beta Was this translation helpful? Give feedback.
All reactions