| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2022-01-13 | 333 Bytes | |
| v3.0.1 source code.tar.gz | 2022-01-13 | 1.0 MB | |
| v3.0.1 source code.zip | 2022-01-13 | 1.1 MB | |
| Totals: 3 Items | 2.2 MB | 0 | |
This is a single-bugfix release to fix an ODR issue for people using header-only mode in multiple
translation units. If you aren't seeing linker errors because of toml::array::insert_at(),
this release holds nothing of value over v3.0.0.
Fixes:
- fixed erroneous use of
TOML_APIcausing ODR issue (#136) (@Azarael)