umautobots / GTAVisionExport

Code to export full segmentations from GTA
MIT License
126 stars 42 forks source link

No need for "experimental" here. #48

Open vivasvan1 opened 3 years ago

vivasvan1 commented 3 years ago

https://github.com/umautobots/GTAVisionExport/blob/717be0d50e14874b21b63dcd2f3ff195a4202cd9/native/src/main.cpp#L23

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++

jeffreychou777 commented 2 years ago

If you use vs2017,this problem will not be happen