mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-12-16 03:08:52 +08:00
Since empty_iterator never points anything, so it always points null (it returns nullptr by operator->). but dereferencing null causes UB. Just calling std::terminate is of course better.
18 KiB
18 KiB