[llvm-commits] [llvm] r41383 - /llvm/trunk/include/llvm/ADT/APFloat.h

Dale Johannesen dalej at apple.com
Fri Aug 24 17:40:44 PDT 2007


Author: johannes
Date: Fri Aug 24 19:40:41 2007
New Revision: 41383

URL: http://llvm.org/viewvc/llvm-project?rev=41383&view=rev
Log:
Comment out declaration of operator== (undefined).


Modified:
    llvm/trunk/include/llvm/ADT/APFloat.h

Modified: llvm/trunk/include/llvm/ADT/APFloat.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/APFloat.h?rev=41383&r1=41382&r2=41383&view=diff

==============================================================================
--- llvm/trunk/include/llvm/ADT/APFloat.h (original)
+++ llvm/trunk/include/llvm/ADT/APFloat.h Fri Aug 24 19:40:41 2007
@@ -190,7 +190,7 @@
     /* The definition of equality is not straightforward for floating point,
        so we won't use operator==.  Use one of the following, or write
        whatever it is you really mean. */
-    bool operator==(const APFloat &) const;     // DO NOT IMPLEMENT
+    // bool operator==(const APFloat &) const;     // DO NOT IMPLEMENT
     
     /* IEEE comparison with another floating point number (QNaNs
        compare unordered, 0==-0). */





More information about the llvm-commits mailing list