Skip to content
  • Kenneth Moreland's avatar
    Always disable conversion warnings when including boost header files · 21b3b318
    Kenneth Moreland authored
    On one of my compile platforms, GCC was giving conversion warnings from
    any boost include that was not wrapped in pragmas to disable conversion
    warnings. To make things easier and more robust, I created a pair of
    macros, VTKM_BOOST_PRE_INCLUDE and VTKM_BOOST_POST_INCLUDE, that should
    be wrapped around any #include of a boost header file.
    21b3b318