diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-17 16:09:47 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-17 16:09:47 +0000 |
commit | 19472dccba22d34ceee6ac968970b738c2c3cd49 (patch) | |
tree | 96cebf155365d23d577239e1f3a05ca91dab24f6 /ace/config-freebsd.h | |
parent | 43b5d880e0421e7fd7a9e4aa044388973c41765d (diff) | |
download | ATCD-19472dccba22d34ceee6ac968970b738c2c3cd49.tar.gz |
Added new directive ACE_HAS_TEMPLATE_SPECIALIZATION.
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 127fb7bec79..65e49383010 100644 --- a/ace/config-freebsd.h +++ b/ace/config-freebsd.h @@ -156,6 +156,7 @@ ange */ // Compiler's template mechanism must see source code (i.e., .C files). #define ACE_TEMPLATES_REQUIRE_SOURCE +#define ACE_HAS_TEMPLATE_SPECIALIZATION #define ACE_TEMPLATES_REQUIRE_SPECIALIZATION // Compiler doesn't support static data member templates. |