cpp-feather-ini-parser
cpp-feather-ini-parser copied to clipboard
Header only, simple, fast, templated - portable INI parser for ANSI C++.
Results
1
cpp-feather-ini-parser issues
Sort by
recently updated
recently updated
newest added
FIx INI parser usage in multiple .cpp compilation units linked together. If A.cpp and B.cpp both include "INI.h" they each export the same functions causing one definition rule violation during...