Re: gtksourceviewmm 3.12

2015-05-06 Thread Murray Cumming
On Tue, 2015-05-05 at 21:17 +0200, Christoph Brill wrote: Hi list, anyone known then the release 3.12 of gtksourceviewmm is planned? I saw that Murray made a commit name 3.12.0 [1], but there is no according tag. Sorry. I've just pushed that tag. The tarball is here, by the way:

Re: std::auto_ptr deprecation warning in libstdc++ 5.1

2015-05-06 Thread Murray Cumming
On Sun, 2015-05-03 at 15:00 -0700, Andrew Potter wrote: [snip] After upgrading to Fedora 22, I see that g++ is now issuing a warning [snip] Only when using --std=c++11, not by default, right? I do wonder when, if ever, we can consider the C++11 support in g++ to be official and stable, and no

Re: Wrapping GtkStatubar in a class

2015-05-06 Thread Kjell Ahlstedt
I don't understand what you want to do, and why you want to do it. Do you want to wrap a GtkStatusbar in a Gtk::Widget, one of Gtk::Statusbar's base classes? What do you hope to gain by doing that? Normally a GtkStatusbar is wrapped in a Gtk::Statusbar, when you create a Gtk::Statusbar. In

Re: std::auto_ptr deprecation warning in libstdc++ 5.1

2015-05-06 Thread Krzysztof KosiƄski
2015-05-06 9:22 GMT+02:00 Murray Cumming murr...@murrayc.com: I do wonder when, if ever, we can consider the C++11 support in g++ to be official and stable, and no longer experimental. It would be nice to switch to C++11 completely for gtkmm some time soon. GCC 4.8.1 and later has full support