diff options
author | Steve Huston <shuston@riverace.com> | 1998-06-03 01:05:03 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1998-06-03 01:05:03 +0000 |
commit | d99995f182ceee9487777894f2fa2215fc696754 (patch) | |
tree | da58c48b63ee62dbe9d7526c4e26678f3197226a /ace/config-hpux-10.x-hpc++.h | |
parent | fb83592e11a69bdf2919d6fb87486adc7fe0c4df (diff) | |
download | ATCD-d99995f182ceee9487777894f2fa2215fc696754.tar.gz |
Added ACE_HAS_USING_KEYWORD
Diffstat (limited to 'ace/config-hpux-10.x-hpc++.h')
-rw-r--r-- | ace/config-hpux-10.x-hpc++.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/config-hpux-10.x-hpc++.h b/ace/config-hpux-10.x-hpc++.h index 1e4b49f6598..3cea6ab425f 100644 --- a/ace/config-hpux-10.x-hpc++.h +++ b/ace/config-hpux-10.x-hpc++.h @@ -68,6 +68,10 @@ // used as formal arguments to a template class. # define ACE_HAS_TEMPLATE_TYPEDEFS +// This is legit for A.01.12 and probably at least as far back as A.01.07. +// Before that, not sure. But you shouldn't be there anyway ;-) +# define ACE_HAS_USING_KEYWORD + // Platform lacks streambuf "linebuffered ()". # define ACE_LACKS_LINEBUFFERED_STREAMBUF |