[vtk-developers] int to bool changes
Ben Boeckel
ben.boeckel at kitware.com
Mon Jan 29 15:29:30 EST 2018
On Thu, Jan 04, 2018 at 12:44:27 -0500, Sean McBride wrote:
> I'd like to be able to set up a nightly build where it uses real
> 'bool'. How should we accomplish that? A new CMake build option to
> change how that typedef is defined? Or maybe use 'bool' automatically
> if VTK_LEGACY_REMOVE is 1? Or...?
If VTK_LEGACY_REMOVE is used, the buildbots will catch it as well.
Otherwise, we can set some of them up to do it.
Maybe hard-code it in the MR (in a WIP commit), run a buildbot run and
see what might happen if we do flip it?
--Ben
More information about the vtk-developers
mailing list