mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-11 11:34:02 +00:00
Comment out declaration of operator== (undefined).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41383 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3e025dca7f
commit
21dcae17f5
@ -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). */
|
||||
|
Loading…
x
Reference in New Issue
Block a user