You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::tm* lt = std::localtime(&t); 123 line c4996 error
error msg is
error C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. c:\websocketpp-master\websocketpp\logger\basic.hpp 123 1
The text was updated successfully, but these errors were encountered:
basic.hpp file is
std::tm* lt = std::localtime(&t); 123 line c4996 error
error msg is
error C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. c:\websocketpp-master\websocketpp\logger\basic.hpp 123 1
The text was updated successfully, but these errors were encountered: