Skip to content

libconfini 1.16.0

Compare
Choose a tag to compare
@madmurphy madmurphy released this 26 Oct 20:12
· 6 commits to master since this release

Changes:

  • Function ini_get_bool_i() has been created
  • Code review (private function get_type_as_active(); types int8_t, uint8_t, uint16_t and uint32_t have been changed to int_least8_t, uint_least8_t, uint_least16_t and uint_least32_t everywhere)
  • Documentation
  • New examples have been created (examples/cplusplus/map.cpp, examples/utilities/ini_string_preparse.h)