silent a warning from boost and C++17

This commit is contained in:
Jane Tournois 2020-07-06 13:50:55 +02:00
parent 0d8aa34934
commit 1b7b19b451
1 changed files with 1 additions and 0 deletions

View File

@ -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