Closed Bug 1566697 Opened 6 years ago Closed 6 years ago

Build error in SVGPathData.cpp:170:10: error: use of undeclared identifier 'isfinite'

Categories

(Core :: SVG, defect, P3)

defect

Tracking

()

RESOLVED FIXED
mozilla70
Tracking Status
firefox70 --- fixed

People

(Reporter: darktrojan, Assigned: heycam)

References

(Regression)

Details

(Keywords: regression)

Attachments

(1 file)

In file included from /home/geoff/mozilla/mozilla-central/obj-x86_64-pc-linux-gnu/dom/svg/Unified_cpp_dom_svg6.cpp:83:
/home/geoff/mozilla/mozilla-central/dom/svg/SVGPathData.cpp:170:10: error: use of undeclared identifier 'isfinite'; did you mean 'std::isfinite'?
    if (!isfinite(state.length)) {
         ^~~~~~~~
         std::isfinite

As discussed on IRC, this seems to be a unified build problem.

Assignee: nobody → cam
Status: NEW → ASSIGNED
Priority: -- → P3
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
Has Regression Range: --- → yes
Keywords: regression
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: