25#include "ini/section.hpp"
26#include "ini/parserError.hpp"
40 anch::ini::Section parse(
const std::string& path);
51 anch::ini::Section parse(
const std::filesystem::path& path);
61 void merge(
const std::filesystem::path& path, anch::ini::Section& section);
65#include "ini/impl/parser.hpp"