summaryrefslogtreecommitdiff
path: root/ace/config-cxx-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-cxx-common.h')
-rw-r--r--ace/config-cxx-common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/config-cxx-common.h b/ace/config-cxx-common.h
index f4549840c55..d118b6bb3f6 100644
--- a/ace/config-cxx-common.h
+++ b/ace/config-cxx-common.h
@@ -37,6 +37,7 @@
# define ACE_HAS_TEMPLATE_SPECIALIZATION
# define ACE_HAS_TEMPLATE_TYPEDEFS
# define ACE_HAS_TYPENAME_KEYWORD
+# define ACE_HAS_USING_KEYWORD
# define ACE_ENDLESS_LOOP \
unsigned int ace_endless_loop____ = 0; if (ace_endless_loop____) break;