morinim / vita

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

Replace `dataframe::load_xrff(const std::string &)` with `dataframe::load_xrff(const std::filesystem::path &)` #19

Closed morinim closed 6 years ago

morinim commented 6 years ago

The current signature is misleading: it seems to describe a function parsing an XML document contained in a string.

morinim commented 6 years ago

Modified #15 and closing this one.