Fixes
- fixed
value_flagsnot being preserved correctly when inserting into tables and arrays (#108) (@LebJe) - fixed
toml::value::flags()not being cleared whenstd::move-ing a value - fixed error in README (#195) (@andrewkcorcoran)
- fixed compiler error when using NVCC (#198) (@thompsonnoahe)
- fixed
noexcept(...)sometimes being incorrectly derived onfor_each() - fixed
for_each()compilation error on GCC <= 7 (#197) (@sagi-ottopia, @damirbarr) - fixed
FLT_RADIXcheck getting broken by Intel MKL headers (#202) (@iago-lito) - fixed keys containing
\tincorrectly formatting as bare keys (@jasmine-zhu, @arp242) - fixed keys containing
\tand\nnot round-tripping correctly (@arp242)
Additions
- added support for using enums with
value_or()
Changes:
- renamed header files to have
.hppextension (toml.his still present for backwards-compatibility)