From 52ca32121bc99d61cc30077fe37f85bdb4c47659 Mon Sep 17 00:00:00 2001 From: Jose Fonseca Date: Fri, 7 Sep 2018 13:27:47 +0100 Subject: Require Visual Studio 2015. We no longer need or use Visual Studio 2013. https://ci.appveyor.com/project/jrfonseca/mesa/build/52 Reviewed-by: Roland Scheidegger --- src/util/macros.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/util') diff --git a/src/util/macros.h b/src/util/macros.h index fb522ee3d3e..c47bbb6dfcd 100644 --- a/src/util/macros.h +++ b/src/util/macros.h @@ -198,9 +198,7 @@ do { \ # define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) # endif # elif defined(_MSC_VER) && !defined(__INTEL_COMPILER) -# if _MSC_VER >= 1800 -# define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) -# endif +# define HAS_TRIVIAL_DESTRUCTOR(T) __has_trivial_destructor(T) # endif # ifndef HAS_TRIVIAL_DESTRUCTOR /* It's always safe (if inefficient) to assume that a -- cgit v1.2.3