c-ridgway / cpp-feather-ini-parser

Header only, simple, fast, templated - portable INI parser for ANSI C++.
MIT License
47 stars 14 forks source link

Fix get<W, X, const char*>() #7

Closed tstenner closed 6 years ago

tstenner commented 6 years ago

The const char* overload for the three-argument get() is broken, this fixes it.

Turbine1991 commented 6 years ago

Thank you.