Skip to content
  • Sean McBride's avatar
    Applied VTK_DELETE_FUNCTION for operator= · 2d0e11ef
    Sean McBride authored
    (operator\s*=.*);\s*//\s*Not\s*implemented[\.]*
    to
    \1 VTK_DELETE_FUNCTION;
    
    After that, this finds basically nothing:
    
    operator.*implemented
    
    then manually reverted changed files in VPIC and KWSys folders.
    2d0e11ef