diff options
Diffstat (limited to 'ace/config-freebsd.h')
-rw-r--r-- | ace/config-freebsd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/config-freebsd.h b/ace/config-freebsd.h index 6ebcac87459..106898bf8f1 100644 --- a/ace/config-freebsd.h +++ b/ace/config-freebsd.h @@ -163,6 +163,7 @@ ange */ #define ACE_HAS_TEMPLATE_SPECIALIZATION #define ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION +#define ACE_HAS_BROKEN_EXPLICIT_TEMPLATE_DESTRUCTOR // Compiler doesn't support static data member templates. #define ACE_LACKS_STATIC_DATA_MEMBER_TEMPLATES |