summaryrefslogtreecommitdiff
path: root/ACE/ace/ACE.h
diff options
context:
space:
mode:
authorolli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-09-25 06:43:49 +0000
committerolli <olli@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-09-25 06:43:49 +0000
commit7995e259a1761529938736b9c9361beb4a751851 (patch)
treeb919ae060438816f132a90fd8f8c0fac46e5491d /ACE/ace/ACE.h
parent8db1c14d6dfd1e87a9bc58d847c00e6dc2415bfa (diff)
downloadATCD-7995e259a1761529938736b9c9361beb4a751851.tar.gz
ChangeLogTag: Sat Sep 25 06:41:39 UTC 2010 Olli Savia <ops@iki.fi>
Diffstat (limited to 'ACE/ace/ACE.h')
-rw-r--r--ACE/ace/ACE.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/ACE.h b/ACE/ace/ACE.h
index c19cb27e8ca..04ce30424a4 100644
--- a/ACE/ace/ACE.h
+++ b/ACE/ace/ACE.h
@@ -642,8 +642,8 @@ namespace ACE
/// Computes the base 2 logarithm of {num}.
ACE_NAMESPACE_INLINE_FUNCTION u_long log2 (u_long num);
- /// Helper to avoid comparing floating point values with
- /// operator == (uses operator < and operator >)
+ /// Helper to avoid comparing floating point values with ==
+ /// (uses < and > operators).
template <typename T>
bool is_equal (const T& a, const T& b)
{