10 Commits

Author SHA1 Message Date
3a504f8682
Ensure compile-time evaluation of accesses
On gcc and clang, optimization flags are no longer required for get() and contains() to be evaluated at compile-time.
2021-02-06 11:07:32 -05:00
3cee35d553
Add get<T>() for converting values to numbers 2021-02-05 11:20:43 -05:00
8fc7548c03
Validate section tags; add cbegin, cend, and contains 2021-01-10 09:35:35 -05:00
6a5265be03
Fixed end() for wide strings 2021-01-05 19:14:16 -05:00
af776afb2e
Typo in godbolt example 2021-01-05 18:58:43 -05:00
2aa4d516c3
Improve documentation, add godbolt example 2021-01-05 18:53:16 -05:00
7b3c379621
Add author comment 2021-01-05 17:58:15 -05:00
d55096acd7
Create ini_config.hpp 2021-01-05 17:55:06 -05:00
e0142c827d
Create README.md 2021-01-05 17:30:39 -05:00
8ec9f05fc0
Initial commit 2021-01-05 17:06:04 -05:00