marcizhu / Cereal

A simple & fast serialization library written for C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change windows-only functions to standard functions

marcizhu opened this issue · comments

commented

Some functions like memcpy_s are only available in Windows. Those should be changed to the standard C/C++ functions, and also add a macro to allow the MSVC compiler use this functions (_CRT_SECURE_NO_WARNINGS)

commented

Fixed in last commit