> > + /* 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
Hey Dale, I think that you can just remove this and the compiler will give you a compile-time error if you try to use it. If you define it like this, you just get a link-time error. -Chris _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits