summaryrefslogtreecommitdiff
path: root/ACE/ace/config-g++-common.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2014-05-22 07:53:57 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2014-05-22 07:53:57 +0000
commit090665b7791370a705048edc3daeb0d8a6d390c8 (patch)
treeb3bf376beea1404e6fe1ccdf2264407e9c54f4b3 /ACE/ace/config-g++-common.h
parent37d6bfb74788dea1d5b9ce768b82e23ba4d2b4d4 (diff)
downloadATCD-090665b7791370a705048edc3daeb0d8a6d390c8.tar.gz
Thu May 22 07:51:53 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/config-g++-common.h: Set ACE_HAS_CPP14 when we __cplusplus is larger than 201103L
Diffstat (limited to 'ACE/ace/config-g++-common.h')
-rw-r--r--ACE/ace/config-g++-common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ACE/ace/config-g++-common.h b/ACE/ace/config-g++-common.h
index c01b73f70c6..eb1152406e0 100644
--- a/ACE/ace/config-g++-common.h
+++ b/ACE/ace/config-g++-common.h
@@ -38,6 +38,9 @@
# if __cplusplus > 199711L
# define ACE_HAS_CPP11
# endif
+# if __cplusplus > 201103L
+# define ACE_HAS_CPP14
+# endif
#endif
#if (defined (i386) || defined (__i386__)) && !defined (ACE_SIZEOF_LONG_DOUBLE)