[vtk-developers] Did I break master? (isnan)

Kyle Lutz kyle.lutz at kitware.com
Mon Mar 11 17:12:25 EDT 2013


On Mon, Mar 11, 2013 at 4:35 PM, Sean McBride <sean at rogue-research.com> wrote:
> Hi all,
>
> Anyone try building master in the last few hours?
>
> Do you see any errors about isnan()?, like:
>
> Common/Core/vtkMath.h:1225:11: error: use of undeclared identifier 'isnan'

It's working fine for me (Ubuntu 12.10, GCC 4.7). Pulled about half an hour ago.

Does it work if you change the code to use std::isnan?

-kyle



More information about the vtk-developers mailing list