lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> A public c++ module interface should ideally not rely on RTTI.
> However, it is not always feasible to rewrite interfaces since there's
> often a *large* existing code base that entirely depends on RTTI...

Could it not be possible to concentrate all code that exposes a given
type to Lua in a single library? I mean, shouldn't this approach be the
natural way to write libraries?

-- Roberto