[GiNaC-devel] [SCM] GiNaC -- a C++ library for symbolic computations branch, master, updated. release_1-4-0-645-gbb2866ed

Richard B. Kreckel git at ginac.de
Thu Dec 12 08:44:55 CET 2019


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  bb2866ed001b2dd297fa83573ffc10dd95a12c97 (commit)
      from  f2051c351d8f9791a4afcc8d03465bf100a8088d (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 bb2866ed001b2dd297fa83573ffc10dd95a12c97
Author: Alexey Sheplyakov <asheplyakov at altlinux.org>
Date:   Thu Dec 12 08:38:18 2019 +0100

    [PATCH] numeric, ex: added constructors taking `long long`. Fixes MinGW64 build.
    
    On 64-bit windows std::size_t is `unsigned long long` (64 bit).
    However there is no ex constructor taking (unsigned) long long.
    
    This patch adds ex and numeric constructors taking `long long`
    and `unsigned long long`.

-----------------------------------------------------------------------

Summary of changes:
 ginac/ex.cpp      | 20 +++++++++++++++++++-
 ginac/ex.h        | 16 ++++++++++++++++
 ginac/numeric.cpp | 11 +++++++++++
 ginac/numeric.h   |  2 ++
 4 files changed, 48 insertions(+), 1 deletion(-)


hooks/post-receive
--
GiNaC -- a C++ library for symbolic computations



More information about the GiNaC-devel mailing list