Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P pypocketfft
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

On Thursday, 2nd February from 9 to 10.00 am there will be a maintenance with a short downtime of the GitLab service.

  • Martin Reinecke
  • pypocketfft
  • Merge requests
  • !31

Use qualified std::thread to avoid name collisions on AIX

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Peter Bell requested to merge thread-qual into master Jan 07, 2020
  • Overview 2
  • Commits 2
  • Pipelines 0
  • Changes 2

See scipy#11322

The "pthread.h" header on AIX exports a struct thread which clashes with std::thread because of using namespace std. This fixes the current issue but more generally it would be better to not have using namespace std at all.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: thread-qual