https://llvm.org/bugs/show_bug.cgi?id=19460
Eric Fiselier <e...@efcs.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED CC| |e...@efcs.ca Resolution|--- |FIXED Assignee|mclow.li...@gmail.com |e...@efcs.ca --- Comment #3 from Eric Fiselier <e...@efcs.ca> --- Fixed in r290750 (4.0). > Not a bug, per se. std::basic_ios has > > operator unspecified-bool-type() I see `operator void*()` in C++03. However I don't think having a conversion to void* is much better. So in r290750 I implemented it using a pointer to member function instead. That way it should only really convert to bool. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs