boost date (localtime) deprecation warning on Win
Status: Beta
Brought to you by:
a_sundman
When compiling the flogger lib. using VCExpress, I get
the following warning:
The suggested fix (defining _CRT_SECURE_NO_DEPRECATE)
doesn't fix it. Investigate.
Logged In: YES
user_id=1582185
Temp. fix by #pragma warning(disable : 4996) on all windows
compilations. Seems to work fine though.
Logged In: YES
user_id=1582185
If this fix is not sufficient, a new bug or feature req.
should be created to manage it.