|
|
Nicolas Alvarez wrote:
> I'm probably missing something... can't you do it with .o + .h in C++?
The .h file is source code, hence revealing the internal layout of your
objects. And the functions you want to inline are presented in source.
And you can't be sure the .h matches the .o.
--
Darren New / San Diego, CA, USA (PST)
Remember the good old days, when we
used to complain about cryptography
being export-restricted?
Post a reply to this message
|
|