Skip to content
  • Bill Lorensen's avatar
    COMP: Member template function use on Mac · e897682a
    Bill Lorensen authored and Will Schroeder's avatar Will Schroeder committed
    Some Mac compilers fail to compile member function calls with the
    redundant prefix:
    vtkFlyingEdges2DAlgorithm<T>:: and vtkFlyingEdges3DAlgorithm<T>::.
    
    Removing (the redundant) prefix resolves the compilation issues and
    seems to be portable.
    
    Also replaced static const unsigned char with enums. Some Macs had
    trouble resolving the static consts at link time.
    e897682a