Skip to content
  • Brad King's avatar
    ENH: Remove use of include <vtksys/ios/*> and vtksys_ios::* · 3ae7dd3a
    Brad King authored
    We no longer need this compatibility layer for the compilers we support.
    Use the following commands to switch to standard header and namespace:
    
     git grep -l vtksys/ios/ | xargs sed -i 's|vtksys/ios/||'
     git grep -l vtksys_ios | xargs sed -i 's|vtksys_ios|std|g'
    3ae7dd3a