Skip to content

Restore `using std` statement to invoke the correct swap() method.

Sean McBride requested to merge seanm/vtk:using-std-adl into master

This is a partial revert of 03750623.

The previous using namespace std; removed from the iterator tests in that commit were important; they imported the std::swap function into the local namespace to check that it would be overwritten by the iterator's swap specializations via ADL.

Merge request reports