Closed pmprog closed 1 year ago
Looks like your compiler is too old. GCC supports constexpr vector (a C++20 feature) since GCC 10
There seems to be a problem with GCC version indeed.
@pmprog what's your linux distro? Something recent or dated? I'm asking 'cuz it'd be good to be supported by recent distro out of the box, so if I used too new cpp standard then I guess the code modernization needs to be toned down.
I'm running Kubuntu 22.03 LTS
gcc -version
reports gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
strange. I'll fix that soon!
Hi,
I get an error building the tools on Linux. Not sure what's wrong here. Any ideas?
Thanks