On Wed, 2010-05-26 at 19:13 +0200, michi7x7 wrote: > > I suspect this too would confuse the novice programmer. In any case > it > > would need an explanation in the docs, as does the existing > solution. > > > > Mark > > > Simply set the default to std::vector, I don't expect problems...
I would prefer not to make the methods templated unless there is a strong reason. I generally like the efficiency of having implementation in .cc files, along with the ability to correct the code by releasing a new gtkmm version, without requiring recompilation of applications. -- [email protected] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
