Skip to content
  • Kenneth Moreland's avatar
    Add third party wrappers around boost macros. · 2ff6576c
    Kenneth Moreland authored
    The boost assert macros seem to have an issue where they define an
    unused typedef. This is causing the XCode 7 compiler to issue a warning.
    Since the offending code is in a macro, the warning is identified with
    the VTK-m header even though the code is in boost. To get around this,
    wrap all uses of the boost assert that is causing the warning in the
    third party pre/post macros to disable the warning.
    2ff6576c