morinim / vita

Vita - Genetic Programming Framework
Mozilla Public License 2.0
35 stars 6 forks source link

Use std::filesystem::path and operator/ #15

Closed morinim closed 4 years ago

morinim commented 7 years ago

C++17 has the standard std::filesystem::path class to represent paths on a filesystem.

We should use this class to store paths.

A list of interested functions / structures: