Hacker News new | ask | show | jobs
by superkuh 2299 days ago
You made it further than I did. The majority of machines out there today probably do not support the required -std=c++17. I know none of my OS installs (and their compilers) do.
1 comments

I think Xcode has shipped with a compliant C++17 compiler for over a year, but I used GCC to compile this one :)
GCC has supported this for more than a year, too (at least since 7.4.0).
GCC 7.4.0 sadly misses certain C++ features (filesystems) and does not correctly support others (template argument deduction). I'm waiting for 20.04 to hopefully bump GCC to something newer…