upgraded to C++17 compatibility

This commit is contained in:
Marc Wäckerlin
2018-11-21 15:24:07 +00:00
parent 4528cd8d78
commit 80c80e9cc4
50 changed files with 1893 additions and 1231 deletions

8
NEWS
View File

@@ -1,3 +1,11 @@
2018-11-21
Upgraded to support C++17, mainly all throw declarations have been
replaced by noexcept. Now minimum requirement is C++11. The library
should be reviewed with regard to latest C++ standards. Probably some
features can be removed, especially regular expressions are now part
of the standard.
2006-02-04
New RPM mrw-c++-minimal with minimal dependencies on other libraries