mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-12-16 03:08:52 +08:00
`{integer} + 1` will automatically be an int, so static_cast<int>(a+1)
will be useless conversion.
`{integer} + 1` will automatically be an int, so static_cast<int>(a+1)
will be useless conversion.