Skip to content
Snippets Groups Projects
Commit 3ae7dd3a authored by Brad King's avatar Brad King
Browse files

ENH: Remove use of include <vtksys/ios/*> and vtksys_ios::*

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'
parent eaf0f6ac
No related branches found
No related tags found
No related merge requests found
Showing
with 30 additions and 30 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment