C++17 support Eclipse Neon

Viewed 3350

I read here that C++17 is feature-complete although the specifications are not completely ready yet. How can I use C++17 features in my code, especially in Eclipse CDT (Neon)?

Specifically, I would like to use the filesystem to be able to iterate over directories easily.

2 Answers
Related