diff options
author | Steve Huston <shuston@riverace.com> | 1998-05-28 21:11:46 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1998-05-28 21:11:46 +0000 |
commit | 5f688557f1c5eaf694ca8144ffbbdeb5ef99e5ee (patch) | |
tree | ce25717861c19b7c9dd4f5cd07c410fd5f78a8d6 /ace/config-hpux-10.x-hpc++.h | |
parent | 35968b08a37187694ce6ed751253dd78e70f7daf (diff) | |
download | ATCD-5f688557f1c5eaf694ca8144ffbbdeb5ef99e5ee.tar.gz |
Added ACE_HAS_ONE_DEFINITION_RULE
Diffstat (limited to 'ace/config-hpux-10.x-hpc++.h')
-rw-r--r-- | ace/config-hpux-10.x-hpc++.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/config-hpux-10.x-hpc++.h b/ace/config-hpux-10.x-hpc++.h index 8ee35cbaf8a..1e4b49f6598 100644 --- a/ace/config-hpux-10.x-hpc++.h +++ b/ace/config-hpux-10.x-hpc++.h @@ -59,6 +59,9 @@ // Compiler supports C++ exception handling # define ACE_HAS_EXCEPTIONS +// Compiler enforces the "One Definition Rule" +# define ACE_HAS_ONE_DEFINITION_RULE + # define ACE_HAS_TYPENAME_KEYWORD // Compiler implements templates that support typedefs inside of classes |