mayah / tinytoml

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

gmtime_r workaround for mingw #29

Closed mayah closed 7 years ago

mayah commented 7 years ago

gmtime_r might be (or might not be) defined in mingw. Let me try to follow http://redmine.webtoolkit.eu/boards/2/topics/7316 for workaround.

Note that I have not tested with mingw, but I confirmed this builds with Visual Studio 2017 with cmake.

BUG=#25