[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: shared library RTTI with gcc
- From: roberto@... (Roberto Ierusalimschy)
- Date: Sat, 6 Oct 2007 08:52:17 -0300
> 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