On Fri, Aug 10, 2012 at 10:18:09PM +0400, Valeriy E. Ushakov wrote: > Linking against libstdc++ wastes space and time at runtime. > > [...] > > I guess you are working on clang support, so leaking libsupc++ into > the build gets in your way. Please, instead of always linking > libstdc++ make it possible for a c++ program to express "i don't need > libstdc++" in a clean way.
That's a fine idea, but, really, if you're concerned about space and time at runtime, don't use C++ at all. -- David A. Holland dholl...@netbsd.org