lua-users home
lua-l archive

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


> Could it not be possible to concentrate all code that exposes a given
> type to Lua in a single library?

Unfortunately, no.  The RTTI stuff is defined implicitly.

> I mean, shouldn't this approach be the
> natural way to write libraries?

True, RTTI should not be used as part of a library's public interface.
 Now try to explain that to all c++ programmers out there...  :-(

--
Wim