Re: Patch for xeus-gp: Require C++17

Bill Allombert <[email protected]> Thu, 30 Oct 2025 18:07:52 +0100
Newsgroups gmane.comp.mathematics.pari.user
Message-ID <aQObaNPslUYbaE1w@seventeen>
On Wed, Aug 06, 2025 at 12:24:45AM -0700, Matthias Koeppe wrote:
> This fixes a build error on macOS with Apple clang

The xeus cookiecutter allows to select C++14, but generates code that is only
supported by C++17. So we need to select C++17.

Cheers,
Bill.