Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 925
    • Issues 925
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 254
    • Merge requests 254
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTKVTK
  • VTKVTK
  • Repository
  • vtk
  • Common
  • Core
  • Testing
  • Cxx
  • TestDataArrayValueRange.cxx
Find file Blame History Permalink
  • Sean McBride's avatar
    Restore `using std` statement to invoke the correct swap() method. · 25c56f7f
    Sean McBride authored Mar 02, 2021
    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.
    25c56f7f