summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2023-02-21 07:09:31 +0100
committerGitHub <noreply@github.com>2023-02-21 07:09:31 +0100
commit7ff7378063fb7a2cda02c096a55ec8319a9e7854 (patch)
treee11476aa39a6bec105f31cb8be5a9910e07a30a0
parentfd5c368d5c7b26ff2a44446bd215e28ffc07b033 (diff)
downloadATCD-7ff7378063fb7a2cda02c096a55ec8319a9e7854.tar.gz
Update ACE/ace/Global_Macros.h
Co-authored-by: Fred Hornsey <fred@hornsey.us>
-rw-r--r--ACE/ace/Global_Macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/Global_Macros.h b/ACE/ace/Global_Macros.h
index e43b1002dd4..5520938f01c 100644
--- a/ACE/ace/Global_Macros.h
+++ b/ACE/ace/Global_Macros.h
@@ -59,7 +59,7 @@
#if !defined (ACE_HAS_CPP14)
# error ACE/TAO require C++14 compliance, please upgrade your compiler and/or fix the platform configuration for your environment
-#endif /* !ACE_HAS_CPP11 */
+#endif
#define ACE_UNIMPLEMENTED_FUNC(f) f = delete;