From kde-commits Mon Mar 23 08:43:38 2015 From: Inge Wallin Date: Mon, 23 Mar 2015 08:43:38 +0000 To: kde-commits Subject: Re: [calligra/frameworks] libs/flake: Use std::isfinite() instead of isfinite(). Message-Id: <2142297.TTA4VXzb0d () linux-iixz ! site> X-MARC-Message: https://marc.info/?l=kde-commits&m=142710053726519 On Monday, March 23, 2015 09:31:46 Boudewijn Rempt wrote: > I doubt that very much, seeing that I built flake without problems on > opensuse 13.2 without this change. Interesting. I wonder why it wouldn't work on my machine then. This is actually the solution that gcc itself suggested to fix the issue and it worked like a charm. Another question to check is that just at the top is a #define of isfinite() for Windows. Maybe that's not necessary anymore with this change. > On Sun, 22 Mar 2015, Inge Wallin wrote: > > Git commit bc19e3b37b8e76117732fd640e2cf913a43e9363 by Inge Wallin. > > Committed on 22/03/2015 at 23:00. > > Pushed by ingwa into branch 'frameworks'. > > > > Use std::isfinite() instead of isfinite(). > > > > This is apparently necessary on OpenSUSE 13.2 and maybe other versions > > too. > >