From 1b7b19b4517331428fae1a8b862adf56ef29d3d2 Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Mon, 6 Jul 2020 13:50:55 +0200 Subject: [PATCH] silent a warning from boost and C++17 --- Installation/include/CGAL/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Installation/include/CGAL/config.h b/Installation/include/CGAL/config.h index 6d21823e3b0..0154a2d801d 100644 --- a/Installation/include/CGAL/config.h +++ b/Installation/include/CGAL/config.h @@ -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