Update last change. Not just C++14, but C++14 and above.
This commit is contained in:
parent
d0343565c0
commit
777169385c
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
|||
|
||||
/* C++ support */
|
||||
|
||||
#if __cplusplus == 201402L
|
||||
#if __cplusplus >= 201402L
|
||||
# define CONFIG_HAVE_CXX14 1
|
||||
#else
|
||||
# undef CONFIG_HAVE_CXX14
|
||||
|
|
Loading…
Reference in a new issue