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-linux-lxpthreads.h | |
parent | 43b5d880e0421e7fd7a9e4aa044388973c41765d (diff) | |
download | ATCD-19472dccba22d34ceee6ac968970b738c2c3cd49.tar.gz |
Added new directive ACE_HAS_TEMPLATE_SPECIALIZATION.
Diffstat (limited to 'ace/config-linux-lxpthreads.h')
-rw-r--r-- | ace/config-linux-lxpthreads.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/config-linux-lxpthreads.h b/ace/config-linux-lxpthreads.h index 44738924863..4c9dce65714 100644 --- a/ace/config-linux-lxpthreads.h +++ b/ace/config-linux-lxpthreads.h @@ -120,6 +120,7 @@ // 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. |