[SCM] GiNaC -- a C++ library for symbolic computations branch, master, updated. release_1-4-0-571-gd7a3776
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GiNaC -- a C++ library for symbolic computations". The branch, master has been updated via d7a37762af4cdcaccb97c941427f8dfcf8448205 (commit) via 94f2d7ab9102d58550fa66d2718701571e87825d (commit) from c018acc8ddca143ba6a202ad095b192205708bc4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d7a37762af4cdcaccb97c941427f8dfcf8448205 Author: Richard Kreckel <kreckel@ginac.de> Date: Sun Oct 2 00:46:08 2016 +0200 Finalize 1.7.1 release. commit 94f2d7ab9102d58550fa66d2718701571e87825d Author: Richard Kreckel <kreckel@ginac.de> Date: Sun Oct 2 00:45:11 2016 +0200 Suppress compiler warnings about inconsistent override. The introduction of the 'override' keyword in GiNaC in d5b86dd10 was deliberately incomplete: Duplication of code in macros was avoided. It turns out that some compilers (e.g. g++ -Wsuggest-override or clang++ -Wall) complain if the 'override' keyword is used inconsistently. Let's make this consistent now, even if it leads to the introduction of two more macros. ----------------------------------------------------------------------- Summary of changes: NEWS | 7 +++++++ ginac/print.h | 29 +++++++++++++++++++---------- ginac/registrar.h | 26 ++++++++++++++++---------- ginac/version.h | 4 ++-- 4 files changed, 44 insertions(+), 22 deletions(-) hooks/post-receive -- GiNaC -- a C++ library for symbolic computations
participants (1)
-
git@ginac.de