From eafd5cc07582041b6cca6194d6b0004a5dcb6c9d Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Mon, 6 Nov 2017 14:46:32 -0500 Subject: [PATCH] Stop providing the VTKM_OVERRIDE define. This define should not be used as VTK-m requires C++11 and prefers the override keyword. --- vtkm/internal/ExportMacros.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/vtkm/internal/ExportMacros.h b/vtkm/internal/ExportMacros.h index 43b0e6837..218160427 100644 --- a/vtkm/internal/ExportMacros.h +++ b/vtkm/internal/ExportMacros.h @@ -89,8 +89,6 @@ #define VTKM_NOEXCEPT noexcept #endif -#define VTKM_OVERRIDE override - // Clang will warn about weak vtables (-Wweak-vtables) on exception classes, // but there's no good way to eliminate them in this case because MSVC (See // http://stackoverflow.com/questions/24511376). These macros will silence the