bobfang1992 / pytomlpp

A python wrapper for tomlplusplus
https://bobfang1992.github.io/pytomlpp/pytomlpp.html
MIT License
86 stars 11 forks source link

update toml++ to 2.4.0 #54

Closed marzer closed 3 years ago

marzer commented 3 years ago

drive-by changes:

marzer commented 3 years ago

Huh. That build failure doesn't make any sense to me. A GCC pragma in tloptional is causing a failure... has the CI compiler changed or something?

marzer commented 3 years ago

Oh, wait, it's not an error in tloptional, but from in file included by tloptional, in this case the std library header <exception>. Well that's definitely a nightmare.

marzer commented 3 years ago

Ok, scratch this. I'm gonna continue playing around in a fork so I don't spam the commit history of this repo.