mirror of
https://github.com/fraillt/bitsery.git
synced 2026-09-05 18:08:33 +00:00
Integer casts. Part 2. (#41)
This commit is contained in:
committed by
Mindaugas Vinkelis
parent
a544879b22
commit
3dc5940c16
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user