Hacker News new | ask | show | jobs
by ac130kz 1931 days ago
The code doesn't compile, i.e. is in the broken state. The author is missing the comparison operators.

https://godbolt.org/z/5EWhec

1 comments

Why do you assume -std=c++20? The code is written for C++17, and compiles just fine for that.