https://bugs.documentfoundation.org/show_bug.cgi?id=130976

            Bug ID: 130976
           Summary: Drop rtl::math::isInf in favor of std::isinf
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Keywords: difficultyBeginner, easyHack, skillCpp, topicCleanup
          Severity: enhancement
          Priority: medium
         Component: LibreOffice
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: mikekagan...@hotmail.com
                CC: sberg...@redhat.com

std::isinf is there since C++11 [1]. Let's replace home-grown rtl::math::isInf
(declared/defined in include/rtl/math.hxx) with this standard function.

[1] https://en.cppreference.com/w/cpp/numeric/math/isinf

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to