[SCM] GiNaC -- a C++ library for symbolic computations branch, c++11, updated. release_1-4-0-525-g319c953
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, c++11 has been updated via 319c9533e12eba2449001c47545e3c3cf48c482f (commit) via 1a59d8a443e6156da26028e4b951c0d4a28b2b0e (commit) via 25b4d894b5b2f7f56fb49e62a7767ab969d5249f (commit) from ed914545e01d60ecf2544e6141d6c5142c01327f (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 319c9533e12eba2449001c47545e3c3cf48c482f Author: Richard Kreckel <kreckel@ginac.de> Date: Fri Jan 29 23:45:21 2016 +0100 [C++17] Remove inheritance from std::binary_function, std::unary_function. This inheritance is unneeded since C++11 and the two classes may be removed in C++-17. commit 1a59d8a443e6156da26028e4b951c0d4a28b2b0e Author: Richard Kreckel <kreckel@ginac.de> Date: Fri Jan 29 22:57:52 2016 +0100 [C++17] Replace std::bind2nd with a lambda. commit 25b4d894b5b2f7f56fb49e62a7767ab969d5249f Author: Richard Kreckel <kreckel@ginac.de> Date: Fri Jan 29 00:11:14 2016 +0100 Remove global variable max_recursion_level. With the removal of the last 'level' parameter, this variable has become obsolete. ----------------------------------------------------------------------- Summary of changes: doc/tutorial/ginac.texi | 6 +++--- ginac/basic.cpp | 3 --- ginac/basic.h | 2 -- ginac/clifford.cpp | 2 +- ginac/ex.h | 8 ++++---- ginac/expair.h | 6 +++--- ginac/hash_map.h | 2 +- ginac/indexed.cpp | 10 ++++++---- ginac/ptr.h | 3 +-- ginac/symmetry.cpp | 4 ++-- 10 files changed, 21 insertions(+), 25 deletions(-) hooks/post-receive -- GiNaC -- a C++ library for symbolic computations
participants (1)
-
git@ginac.de