tudelft3d / pprepair

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

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

Closed tobwen closed 11 months ago

tobwen commented 11 months 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