mirror of
https://github.com/ToruNiina/toml11.git
synced 2024-11-09 14:20:06 +00:00
cc2e453b5b
parse(FILE*) is a minor overload, but dispatching strerror takes too much cost. Standard library version is not thread-safe, so some compiler reports a warning. There are thread-safe versions defined in XSI, GNU, and Windows. XSI/GNU versions can be detected by macros, but in some cases, detection-by-macro written in the doc does not work. Since errno can be obtained from the exception, users can call strerror that is available in their env if needed. We can just report errno. |
||
---|---|---|
.. | ||
color.hpp | ||
combinator.hpp | ||
comments.hpp | ||
datetime.hpp | ||
exception.hpp | ||
from.hpp | ||
get.hpp | ||
into.hpp | ||
lexer.hpp | ||
literal.hpp | ||
macros.hpp | ||
parser.hpp | ||
region.hpp | ||
result.hpp | ||
serializer.hpp | ||
source_location.hpp | ||
storage.hpp | ||
string.hpp | ||
traits.hpp | ||
types.hpp | ||
utility.hpp | ||
value.hpp | ||
version.hpp |