C++ 17 fixes and deprecations

John Ralls jralls at ceridwen.us
Fri Jun 2 11:34:36 EDT 2017


C++ 17 is almost done and many of the changes are already in the latest versions of gcc and clang. This blog post:
http://www.bfilipek.com/2017/05/cpp17-details-fixes-deprecation.html <http://www.bfilipek.com/2017/05/cpp17-details-fixes-deprecation.html>

Details some significant behavior changes that we'll need to be careful about when using those new versions so that we don't accidentally break the build with older compilers.

Regards,
John Ralls



More information about the gnucash-devel mailing list