mayah / tinytoml

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

Disable warnings about secure version of buffer-related functions on VC++ #26

Closed DoumanAsh closed 7 years ago

DoumanAsh commented 7 years ago

Subj. MS annoys us poor windows users with their non-portable extensions.

I doubt that that it would make much sense to use secure versions, although in some cases it might make sense to read strict number of characters like there https://github.com/mayah/tinytoml/blob/master/include/toml/toml.h#L839