Re: [gtk-list] Re: Gtk--: G_List quirks



Jonathan Belson <jon@dookie.demon.co.uk> writes:

> Are there advantages other than development time?

Portability, reliability... The less code you write, the better.

> I guess I'm concerned about code bloat from instantiating template
> members that I'm not going to need.

The compiler has (theoretically) no reason to instantiate templates if
you don't need them. In practice, some aren't that clever, but 'strip'
can help, or you can use egcs.

-- 
					Guillaume.
					http://www.worldnet.fr/~glaurent



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