An error occurred while fetching folder content.
Forked from
VTK / VTK
Source project has a limited visibility.
Bill Lorensen
authored
In the early days of VTK, support for stl was not portable. vtksys_stl and vtksys_ios provided a portable implementation of the stl. Now, all of the VTK supported compilers have portable stl implementations. This patch: 1) Replaces the vtksys_ios:: with std::. 2) Replaces the vtksys_stl:: with std::. 3) Removes "using" statements for stl
Name | Last commit | Last update |
---|---|---|
.. |