Am 06.01.2013 13:23, schrieb Jacob Carlborg:
On 2013-01-06 13:19, Benjamin Thaut wrote:Here is the full implementation if you are interested: https://github.com/Ingrater/druntime/blob/master/src/rtti.dThanks. Is that possible to do without having to modify the runtime?
No. The template has to be known inside of object_.d/object.di so it is not possible without modifing the runtime. Also you usually want to have RTTI info for druntime/phobos too.
