On Wed, 2015-06-24 at 13:17 +0200, Murray Cumming wrote: > On Wed, 2015-06-24 at 09:27 +0200, Murray Cumming wrote: > > > Please see https://gcc.gnu.org/ml/gcc/2015-05/msg00075.html. > > > > I don't see any reply to your question. So I'm still stuck with wanting > > to use C++11 but having a big official warning telling me not to. > > Nevertheless, maybe we can do some things already. Feedback welcome: > https://bugzilla.gnome.org/show_bug.cgi?id=751432
Given that --std=c+11 breaks ABI compatibility (at least in the standard library), I wonder if/when distros would ever build glibmm with C++11 support. Qt also added move constructors a while ago: http://blog.qt.io/blog/2011/05/26/cpp0x-in-qt/ But, unless that is only in headers, qt would have to be built with std=c++11. But then any apps using Qt would have to be built with --std=c+11, which would be awkward for package maintainers. I wonder what happens now. -- Murray Cumming [email protected] www.murrayc.com _______________________________________________ gtkmm-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtkmm-list
