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

ENH: Remove use of include <vtksys/stl/*> and vtksys_stl::*

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/stl/ | xargs sed -i 's|vtksys/stl/||'
 git grep -l vtksys_stl | xargs sed -i 's|vtksys_stl|std|g'
parent 42e4eb0f
No related branches found
No related tags found
No related merge requests found
Showing
with 24 additions and 24 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