diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-09-25 15:47:57 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-09-25 15:47:57 +0000 |
commit | 7cb5b22813371eba452bf6a3f2ced0619e4c9fe0 (patch) | |
tree | d6b66eb34c0c48abad5607dc0e29094cdf699bfe /ChangeLog | |
parent | bc1243a31cb8b6197ee918fc6b0b43a6222828a0 (diff) | |
download | ATCD-7cb5b22813371eba452bf6a3f2ced0619e4c9fe0.tar.gz |
ChangeLogTag:Wed Sep 25 08:44:13 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0c0c4046977..9ee118277a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Wed Sep 25 08:44:13 2002 Ossama Othman <ossama@uci.edu> + + * tests/Notify_Performance_Test.cpp: + + Do not explicitly instantiate an ACE_Atomic_Op<ACE_Thread_Mutex, + long> template if ACE_HAS_BUILTIN_ATOMIC_OP is defined. + Defining it causes template specialization with the same + parameters to be declared. Fixes a compile-time problem in + explicit template instantiation builds. + Wed Sep 25 14:49:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl> * bin/fuzz.pl: |