mayah / tinytoml

A header only C++11 library for parsing TOML
BSD 2-Clause "Simplified" License
167 stars 31 forks source link

Changes according to security warnings of MSVC #28

Closed DoumanAsh closed 7 years ago

DoumanAsh commented 7 years ago

Surprisingly tests doesn't work for me under MS compiler. I'll try to work it out somehow... For now lets your CI to test for me

DoumanAsh commented 7 years ago

All tests are passed aside from crashing builder_test which asserts somewhere in VC++ std (i suspect it cannot deal with some unicode characters)

mayah commented 7 years ago

Sorry but I'm a bit busy today, I'll check this later.

DoumanAsh commented 7 years ago

I removed re-define of sscanf

mayah commented 7 years ago

LGTM! Thanks a lot