Merge pull request #1885 from akohlmey/remove-cpp11-check

Remove C++11 check for stable release
This commit is contained in:
Axel Kohlmeyer 2020-02-18 10:59:56 -05:00 committed by GitHub
commit be847dc12d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -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