On Sep 7, 12:50 pm, mathieu <[EMAIL PROTECTED]> wrote: > $ g++ -D_GLIBCXX_CONCEPT_CHECKS l.cxx 2>&1| > wc > 57 565 13383 > $ g++ l.cxx 2>&1| > wc > 18 156 2784 > > Concept checking is making my output even worse... or am I missing > something here ?
Well... I don't think turning "concept checking" on should be adding any code -- but you are also not turning optimizations on. Try adding -O2 and checking the size again. -- Pedro Lamarão _______________________________________________ help-gplusplus mailing list help-gplusplus@gnu.org http://lists.gnu.org/mailman/listinfo/help-gplusplus