extensions
Volodymyr Shymanskyy 4 years ago
parent 97223f8823
commit 824ce5d9e1

@ -6,6 +6,7 @@
#include <iostream>
#include <vector>
#include <memory>
#include <string>
#include <iterator>
#include <m3_api_defs.h>

@ -18,7 +18,7 @@
#define M3_CONCAT__(a,b) a##b
#define M3_CONCAT(a,b) M3_CONCAT__(a,b)
# if !defined(__cplusplus)
# if !defined(__cplusplus) || defined(_MSC_VER)
# define not !
# define and &&
# define or ||

Loading…
Cancel
Save