From 777169385c6ac2a4d7aa2c7d04e94fbff4b30109 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 14 Aug 2017 14:32:01 -0600 Subject: [PATCH] Update last change. Not just C++14, but C++14 and above. --- include/nuttx/compiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nuttx/compiler.h b/include/nuttx/compiler.h index 20d1312702..81c716bc07 100644 --- a/include/nuttx/compiler.h +++ b/include/nuttx/compiler.h @@ -78,7 +78,7 @@ /* C++ support */ -#if __cplusplus == 201402L +#if __cplusplus >= 201402L # define CONFIG_HAVE_CXX14 1 #else # undef CONFIG_HAVE_CXX14