Comment out declaration of operator== (undefined).
authorDale Johannesen <dalej@apple.com>
Sat, 25 Aug 2007 00:40:41 +0000 (00:40 +0000)
committerDale Johannesen <dalej@apple.com>
Sat, 25 Aug 2007 00:40:41 +0000 (00:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41383 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/APFloat.h

index 7b95392e7ff6ad04f9ec868210509458abccd71d..165e290373d8c030045604111462f0ad3b88051a 100644 (file)
@@ -190,7 +190,7 @@ namespace llvm {
     /* 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). */