https://bugs.freedesktop.org/show_bug.cgi?id=64394
--- Comment #5 from Stephan Bergmann <[email protected]> --- Sorry, had completely lost sight of this issue. But I'm still not sure about any benefit of weakening the semantics of Any::operator>>=. If you have an Any instance A that is supposed to contain a value of UNO enum type E, the way to extract it is either E e; if (A >>= e) ... or A.get<E>() Not sure what ToInt32() etc. functions you are talking about. (I assume you are talking about a set of functions designed to extract values from an Any in a "maximally forgiving" way, coercing values from "wrong" types into values of the "right" type in creative ways. While there may be places where such functions are useful, their weak semantics are not useful for general functionality like Any::operator>>=.) -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
