From 960553db58bd16c8ea395f0b2d3b761ad369efbc Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 17 Feb 2020 15:09:24 -0500 Subject: [PATCH] remove C++11 check for stable release --- src/lmptype.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/lmptype.h b/src/lmptype.h index c1902e7ebe..65e46535fc 100644 --- a/src/lmptype.h +++ b/src/lmptype.h @@ -28,13 +28,6 @@ #ifndef LMP_LMPTYPE_H #define LMP_LMPTYPE_H -// C++11 check -#ifndef LAMMPS_CXX98 -#if __cplusplus <= 199711L - #error LAMMPS is planning to transition to C++11. To disable this error please use a C++11 compliant compiler, enable C++11 (or later) compliance, or define LAMMPS_CXX98 in your makefile -#endif -#endif - #ifndef __STDC_LIMIT_MACROS #define __STDC_LIMIT_MACROS #endif