Open
Description
Hello,
at first sight, the constructor of mINI::INIFile only accepts path to a file.
Could it be possible to pass in your own stream (like a std::stringstream) or just an std::string with content instead of a file path?
It seems that the library is hardcoded to use std::ifstream and std::ofstream, which are handled internally and can't be changed.
Please let me know if I'm missing something or this is unsupported.
Kind regards.
Metadata
Metadata
Assignees
Labels
No labels