Not everyone has typeid(T)
rusefillc opened this issue · 2 comments
rusefillc commented
@mck1117 why exactly do we not have typeid(T) available in https://github.com/rusefi/rusefi?
Anyway we do not have typeid(T)
it would be nice to have an option not to require typeid(T)
see rusefi current solution rusefi@cacdd76
gengyong commented
it seems runtime type info(rtti) is disabled in your project, so typeid is
unavialiable here.
anyway we just use typeid to make friendly debug info in luaaa, so its safe
to remove it, you do a great change.
rusefillc ***@***.***>于2021年9月25日 周六08:52写道:
… @mck1117 <https://github.com/mck1117> why exactly do we not have
typeid(T) available in https://github.com/rusefi/rusefi?
Anyway we do not have typeid(T)
it would be nice to have an option not to require typeid(T)
see rusefi current solution ***@***.***
<rusefi@cacdd76>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADWL5FTD7EM34F4NWRFIHDUDUMMVANCNFSM5EW7VTTA>
.
gengyong commented
v0.2.1: typeid() was removed if no rtti.