<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, 11 Dec 2020 at 22:41, Dante Doménech <<a href="mailto:dante19031999@gmail.com">dante19031999@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>First, in here: <a href="https://opengrok.libreoffice.org/xref/core/" target="_blank">core</a>/<a href="https://opengrok.libreoffice.org/xref/core/include/" target="_blank">include</a>/<a href="https://opengrok.libreoffice.org/xref/core/include/rtl/" target="_blank">rtl</a>/<a href="https://opengrok.libreoffice.org/xref/core/include/rtl/math.hxx" target="_blank">math.hxx</a> <br></div><div>We have our own isnan, isinf, isfinite, ... and some of them with quite strange code.</div><div>Why is the default c++ standard library isn't good enough?</div><div><br></div></div></blockquote><div><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">Large chunks of our code have been around longer than those parts of the standard c++ library.</div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">And while changing to use the standard C++ library functions would be a good thing, such changes will have to be done in small chunks in case they cause unexpected regressions.</div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div></div></div>