| Bill Allombert on Thu, 30 Oct 2025 18:07:56 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
| Re: Patch for xeus-gp: Require C++17 |
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.