mayah / tinytoml

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

Use sscanf_s for msvc? #27

Closed mayah closed 7 years ago

mayah commented 7 years ago

Derived from #26. Use sscanf_s instead of disabling warning? This seems better for me.

DoumanAsh commented 7 years ago

I can do it, since I am a victim of MS compiler. Originally i thought that you wouldn't want to write too much of platform specific code.