[Libreoffice-bugs] [Bug 117220] Use isnan instead of x != x when possible

2018-05-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117220

--- Comment #5 from Felix Ramold  ---
Embedded Compilers we use dont support C++11! This might be a showstopper for
the next version.

-- 
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


[Libreoffice-bugs] [Bug 117220] Use isnan instead of x != x when possible

2018-05-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117220

Markus Mohrhard  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Markus Mohrhard  ---
Thanks a lot for making me aware of the problem.

This has now been resolved in master by switching to C++11's std::isnan and
std::isfinite.

https://cgit.freedesktop.org/libreoffice/cppunit/commit/?id=fd7111241a90b00eed45c7fb847101c732b9df83

-- 
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


[Libreoffice-bugs] [Bug 117220] Use isnan instead of x != x when possible

2018-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117220

Xisco Faulí  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #3 from Xisco Faulí  ---
Moving to NEW then

-- 
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


[Libreoffice-bugs] [Bug 117220] Use isnan instead of x != x when possible

2018-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117220

--- Comment #2 from Markus Mohrhard  ---
I'm actually fine with cppunit patches in bugzilla. I'll take care of the
patch.

-- 
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


[Libreoffice-bugs] [Bug 117220] Use isnan instead of x != x when possible

2018-04-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=117220

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org

--- Comment #1 from Xisco Faulí  ---
Dear Felix Ramold,
Thanks for the patch.
Could you please submit it to gerrit as described here:
https://wiki.documentfoundation.org/Development/gerrit/SubmitPatch?

-- 
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