Skip to content
  • Kenneth Moreland's avatar
    Add VTKM_OVERRIDE macro · 0c8919dc
    Kenneth Moreland authored
    This is using the C++11 override keyword to make the compiler check to
    ensure that we are correctly overriding virtual methods when we mean to.
    Currently this will not compile without C++11. However, we are planning
    on moving to C++11 very soon, and we can fix the macro if we don't.
    0c8919dc