diff options
Diffstat (limited to 'ace/config-kcc-common.h')
-rw-r--r-- | ace/config-kcc-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-kcc-common.h b/ace/config-kcc-common.h index 9fddb7ee129..49975764a36 100644 --- a/ace/config-kcc-common.h +++ b/ace/config-kcc-common.h @@ -46,6 +46,8 @@ // Compiler doesn't support static data member templates. //#define ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES +#define ACE_HAS_USING_KEYWORD + // Define this if you want to use the standard C++ library #define ACE_HAS_STANDARD_CPP_LIBRARY 1 #define ACE_HAS_STDCPP_STL_INCLUDES 1 |