From 78c0efeaef002df691d72be6e2e911b32654b981 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20D=C3=ADaz=20M=C3=A1s?= Date: Thu, 13 Sep 2018 16:40:12 +0200 Subject: [PATCH] Remove unused c++11 stuff from config.h --- include/exiv2/config.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/include/exiv2/config.h b/include/exiv2/config.h index 1653fc16..7da8bd98 100644 --- a/include/exiv2/config.h +++ b/include/exiv2/config.h @@ -3,18 +3,6 @@ #ifndef _CONFIG_H_ #define _CONFIG_H_ - -#ifdef __cplusplus -# ifndef CPLUSPLUS11 -# define CPLUSPLUS11 201103L -# endif -# if __cplusplus >= CPLUSPLUS11 -# ifndef EXV_USING_CPP_ELEVEN -# define EXV_USING_CPP_ELEVEN -# endif -# endif -#endif - ///// Start of Visual Studio Support ///// #ifdef _MSC_VER