mirror of
https://github.com/fraillt/bitsery.git
synced 2026-07-21 05:29:22 +00:00
Integer casts. Part 2. (#41)
This commit is contained in:
committed by
Mindaugas Vinkelis
parent
a544879b22
commit
3dc5940c16
@@ -119,9 +119,9 @@ TEST(SerializeExtensionStdTuple, NonDefaultConstructable) {
|
||||
}
|
||||
|
||||
#else
|
||||
#if defined(_MSC_VER)
|
||||
/*#if defined(_MSC_VER)
|
||||
#pragma message("Tests for StdTuple requires C++17")
|
||||
#else
|
||||
#warning "Tests for StdTuple requires C++17"
|
||||
#endif
|
||||
#endif*/
|
||||
#endif
|
||||
Reference in New Issue
Block a user