Add _CRT_SECURE_NO_WARNINGS define to remove msvc warnings

This commit is contained in:
ado 2023-07-29 00:45:33 +02:00
parent fd39b5eef2
commit 515ddad997

View File

@ -4,6 +4,8 @@
#include <cstdlib> #include <cstdlib>
#include <vector> #include <vector>
#define _CRT_SECURE_NO_WARNINGS
namespace ss { namespace ss {
struct none {}; struct none {};