Integer casts. Part 2. (#41)

This commit is contained in:
tower120
2020-04-21 08:27:18 +03:00
committed by Mindaugas Vinkelis
parent a544879b22
commit 3dc5940c16
16 changed files with 66 additions and 51 deletions

View File

@@ -39,11 +39,11 @@
#include <bitsery/brief_syntax/tuple.h>
#include <bitsery/brief_syntax/variant.h>
#else
#if defined(_MSC_VER)
/*#if defined(_MSC_VER)
#pragma message("tuple and variant only works with c++17")
#else
#warning "tuple and variant only works with c++17"
#endif
#endif*/
#endif
#include <gmock/gmock.h>