Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #27263: Upgrade to giac 1.5 fails to build with older libstdc++
#26315 broke building giac on some systems that have a old-ish libstdc++. It is completely mysterious to me ''why'' this broke when it worked before, and without a repository it's very difficult to determine what change between the versions is responsible, as there is little difference between the two versions in the relevant code. Nevertheless, it can be fixed by explicitly using `std::isnan` and `std::isinf` so that there is no risk of them conflicting with the libc math.h equivalents thereof. URL: https://trac.sagemath.org/27263 Reported by: embray Ticket author(s): Erik Bray Reviewer(s): Dima Pasechnik
- Loading branch information