I would like to use all the features of C++ 17, but more specifically, I need std::(experimental)::filesystem::recursive_directory_iterator
available in C++17, how do I get to use it?
I am using Eclipse CDT on Mac OSX (I am also comfortable with xCode, if necessary), and I want to use C++17.
Thanks