Closed druidfund closed 5 months ago
Hi, gcc 8 is pretty old. I'm guessing it doesn't support some of the c++17 features that part of the code relies on. The quickest workaround would be to update to gcc 9 or newer https://godbolt.org/z/vEeoaE9Wo, but I'll look to see if there's any way to make this work in gcc 8.
Hi, gcc 8 is pretty old. I'm guessing it doesn't support some of the c++17 features that part of the code relies on. The quickest workaround would be to update to gcc 9 or newer https://godbolt.org/z/vEeoaE9Wo, but I'll look to see if there's any way to make this work in gcc 8.
for some reason, i can not upgrade gcc, looking forward progress on workaround in gcc8, thanks a lot
It turns out it was just one part of the code that gcc 8 struggled with so I went ahead and changed it. Gcc 8 is now supported on dev, however, since it's so old I can't promise it will stay supported in future versions and I would still recommend upgrading gcc.
can not build with gcc 8.5:
is there any suggestion to fix this build error?