[Libreoffice-bugs] [Bug 130974] New: Drop rtl::math::isSignBitSet in favor of std::signbit
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Feb 27 05:54:19 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=130974
Bug ID: 130974
Summary: Drop rtl::math::isSignBitSet in favor of std::signbit
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Keywords: difficultyBeginner, easyHack, skillCpp, topicCleanup
Severity: enhancement
Priority: medium
Component: LibreOffice
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: mikekaganski at hotmail.com
CC: sbergman at redhat.com
std::signbit is there since C++11 [1]. Let's replace home-grown
rtl::math::isSignBitSet (declared/defined in include/rtl/math.hxx) with this
standard function.
[1] https://en.cppreference.com/w/cpp/numeric/math/signbit
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200227/014afe7e/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list