-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
GTAVisionExport/native/src/main.cpp
Line 23 in 717be0d
| using namespace std::experimental::filesystem; |
https://en.cppreference.com/w/cpp/filesystem
The filesystem library was originally developed as boost.filesystem, was published as the technical specification ISO/IEC TS 18822:2015, and finally merged to ISO C++ as of C++17. The boost implementation is currently available on more compilers and platforms than the C++17 library.
on my compilation it said unable to find filesystem but worked after removing "experimental".
Disclaimer: I am still kind of a noob in c++
Metadata
Metadata
Assignees
Labels
No labels