Compiler Support
Let's look at the compiler support for the topics in this chapter.
We'll cover the following...
GCC/libstdc++
The library was added in the version 8.0, see commit - Implement C++17 Filesystem. Since GCC 5.3, you can play with the experimental version - the TS implementation.
Starting with GCC 9.1 the filesystem library is ...