Remove unused c++11 stuff from config.h
This commit is contained in:
parent
5c0a3b9786
commit
78c0efeaef
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user