mirror of
https://github.com/marzer/tomlplusplus.git
synced 2025-02-23 09:41:12 +00:00
also: - implemented `table_iterator::operator -> ()` (closes #29) - added `array::resize()` and `array::truncate()` (closes #33) - refactored BOM handling to make static analyzer happy (closes #34) - added `array::capacity()`, `array::shrink_to_fit()`, `array::max_size()` - implemented non-const -> const conversion for table and array iterators