Published February 15, 2025
| Version v4.4.0
Software
Open
ToruNiina/toml11: version 4.4.0
Authors/Creators
- Toru Niina1
- Jordan Williams
- Moritz Klammler2
- Philip Top3
- Ken Matsui4
- Ivan Shynkarenka
- Chris White
- Lukáš Hrázký5
- Esonhugh Skyworship6
- Mohammed Alyousef7
- offa
- estshorter
- Jt Freeman8
- OGAWA KenIchi
- KerstinKeller
- Jack W
- DavidKorczynski9
- Alex Merry10
- Martin Tournoij
- Oliver Kahrmann11
- Petr Beneš
- Pino Toscano
- Sergey Vidyuk
- Severin Leonhardt12
- Shu Wang
- Sunlight
- hayt
- spiderman idog
- Khoi Dinh Trinh
- sneakypete81
- 1. RIKEN BDR
- 2. CETITEC GmbH
- 3. @LLNL
- 4. MediaTek
- 5. Prusa Research
- 6. EsonCloud
- 7. KAUH
- 8. blockparty
- 9. https://adalogics.com
- 10. Oxford Nanopore Technologies
- 11. @cubiest
- 12. @teamviewer
Description
Added
- Add
toml::find_or_default()(#280) (by Ken Matsui @ken-matsui) - Add
erasetoordered_map(#282) (#283) (by Sunlight @SunPodder) - Add
bool basic_value::accessed() constto detect whether the value has been accessed- enabled only if
TOML11_ENABLE_ACCESS_CHECKis defined
- enabled only if
- Add compare operators to
toml::spec
Fixed
- Use
is_void<T>instead ofis_same<T, void>(#281) (by Ken Matsui @ken-matsui)
Changed
- Improve
toml::parseperformance by 2x - Stop using deprecated Ubuntu 20 image on GitHub Actions
Files
ToruNiina/toml11-v4.4.0.zip
Files
(474.4 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:a32d0dc23bd0822bf2f261c8d8713f0b
|
474.4 kB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/ToruNiina/toml11/tree/v4.4.0 (URL)
Software
- Repository URL
- https://github.com/ToruNiina/toml11