1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

Comment out declaration of operator== (undefined).

llvm-svn: 41383
This commit is contained in:
Dale Johannesen 2007-08-25 00:40:41 +00:00
parent 557160fbef
commit ab02edb700

View 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). */