Re: Supporting C++17
- From: Jonathan Wakely <gtkmm kayari org>
- To: Murray Cumming <murrayc murrayc com>
- Cc: gtkmm-list <gtkmm-list gnome org>
- Subject: Re: Supporting C++17
- Date: Tue, 4 Apr 2017 15:09:35 +0100
On 4 April 2017 at 14:52, Murray Cumming wrote:
Any ideas about how we should support C++17 in gtkmm-3.0 without losing
C++11/14 compatibility and without breaking ABI?
Replace all dynamic exception specifications with noexcept(false) (or
just no exception specification). That's not an ABI change.
Or should we require C++17 for later gtkmm-3.0 versions?
I think that would be premature, GCC support for it is still experimental.
Noticed here:
https://bugzilla.redhat.com/show_bug.cgi?id=1438766
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]