tudelft3d / pprepair

Validation and Automatic Repair of Planar Partitions
GNU General Public License v3.0
58 stars 23 forks source link

[has fix] error: 'std::filesystem' has not been declared #56

Closed tobwen closed 1 year ago

tobwen commented 1 year ago

summary

Several errors when running make, like this:

pprepair/IOWorker.cpp:1242:20: error: 'path' is not a member of 'std::filesystem'
 1242 |   std::filesystem::path extension = std::filesystem::path(file).extension();
      |                    ^~~~

fix available

57