mirror of https://github.com/CGAL/cgal
silent a warning from boost and C++17
This commit is contained in:
parent
0d8aa34934
commit
1b7b19b451
|
|
@ -38,6 +38,7 @@
|
|||
|
||||
#ifdef _MSC_VER
|
||||
#define _SILENCE_CXX17_ALLOCATOR_VOID_DEPRECATION_WARNING 1
|
||||
#define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING 1
|
||||
#endif
|
||||
|
||||
#ifdef CGAL_INCLUDE_WINDOWS_DOT_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue