Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ausjke
on May 1, 2019
|
parent
|
context
|
favorite
| on:
Modern C++ for C Programmers
the code snippets used have c++17 and c++20 features, my clion only supports up to c++14 with very limited c++17 support, not to mention c++20.
clang++ does have good c++17 support but g++ only supports full set of c++14
ncmncm
on May 1, 2019
[–]
Which g++ are you talking about? g++-8 defaults to C++17. g++-9 supports many C++20 features.
ausjke
on May 1, 2019
|
parent
[–]
using default g++7 on ubuntu 18.04, but you're correct that 8/9 has c++17/c++2a support, i need upgrade my toolchain now
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
clang++ does have good c++17 support but g++ only supports full set of c++14