Update last change. Not just C++14, but C++14 and above.

This commit is contained in:
Gregory Nutt 2017-08-14 14:32:01 -06:00
parent d0343565c0
commit 777169385c

View File

@ -78,7 +78,7 @@
/* C++ support */
#if __cplusplus == 201402L
#if __cplusplus >= 201402L
# define CONFIG_HAVE_CXX14 1
#else
# undef CONFIG_HAVE_CXX14