From 6bd1d39834fd36f6d2128715d09c72dda1bd4c0e Mon Sep 17 00:00:00 2001 From: olli Date: Fri, 24 Sep 2010 11:46:13 +0000 Subject: ChangeLogTag: Fri Sep 24 11:44:06 UTC 2010 Olli Savia --- ACE/ace/ACE.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ACE/ace/ACE.h') diff --git a/ACE/ace/ACE.h b/ACE/ace/ACE.h index e6457b2c9e8..c19cb27e8ca 100644 --- a/ACE/ace/ACE.h +++ b/ACE/ace/ACE.h @@ -643,7 +643,7 @@ namespace ACE ACE_NAMESPACE_INLINE_FUNCTION u_long log2 (u_long num); /// Helper to avoid comparing floating point values with - /// operator== (uses operator< and operator>) + /// operator == (uses operator < and operator >) template bool is_equal (const T& a, const T& b) { -- cgit v1.2.1