On Wed, Nov 26, 2008 at 4:07 PM, Nick Sabalausky <[EMAIL PROTECTED]> wrote: > But how often are "inout" params really used anyway?
I use them a lot when passing nontrivial structs around. > Plus, unless there's > dynamic library loading going on, it would only have to generate the ones > that are actually used. No; the problem manifests itself whenever separate compilation is used as well, including not only compiling normal programs, but also using statically-linked libraries.
