Closed Han-Cao closed 1 year ago
Unfortunately, this is caused by a "recent" fix in the C++ standard that gcc-8 does not support - "recent", as in late 2018; https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p1094r2.html.
gcc-8.3 is extremely out of date (February 2019); the most mature supported version of gcc is 11.4.
Hi @brianwalenz
As README said dependency is gcc 7.4.0 or higher, I thought gcc-8.3 was fine to use. After using the latest gcc, there is no error now.
Thanks a lot.
Hi,
I have the same error in #37. I tried to fix this by compiling from source. However, I have the below error when compiling.
The gcc version is 8.3.0, git version is 2.34.1.