Closed ilciavo closed 1 year ago
It looks like toml11 received some updates recently! I should update the toml submodule in eos. Thank you very much for reporting this.
I've updated the toml11 submodule and also updated eos, so it works with the most recent toml11 versions, see 1a2c393ee0c26d26be251a7e0452e48b442ff72d.
I'll leave this open until I merge it into master, but for anyone encountering this issue, just switch to the devel
branch.
Thank you again for reporting this together with what you had to change!
The fix/update is now released officially in v1.4.0.
Super !! I'll check and report if I find anything
@ilciavo Thanks! Chances are the latest update might have broken other things on macOS 😆 - but hopefully not. The code should be very standard-compliant and probably the compiler situation on macOS has improved as well. I've also tested the latest release on both a recent g++ and clang and it worked fine.
When I try to build I get the following errors:
Changing to
toml::table
,toml::value_t::integer
, andtoml::value_t::string
seems to solve the errors. I'm using toml11 3.7.1 from HomebrewCheers