skystrife / cpptoml

cpptoml is a header-only library for parsing TOML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

will it compile with noexcept nothrow?

kulak opened this issue · comments

I have environment that does not permit exceptions. I'd like to use your library, but I will need no exceptions.

As its stands I think the library uses exceptions and that means that I am better off with C based TOML library, unless you tell me that cpptoml throws in so few cases I can adopt the library.

Thank you

This is crucial issue for me too.

cpptoml uses exceptions.