Skip to content

Commit 6f9cfb2

Browse files
committed
Fix c++17 warnings
1 parent 973df9e commit 6f9cfb2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

include/mysqlx/common.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
#undef min
3535
#undef max
3636

37+
//disable c++17 iterator warnings
38+
#define _SILENCE_CXX17_ITERATOR_BASE_CLASS_DEPRECATION_WARNING
39+
3740
/*
3841
Common definitions and declarations that are needed by public headers.
3942

0 commit comments

Comments
 (0)