Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • graph-tool graph-tool
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 48
    • Issues 48
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • 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
  • Tiago Peixoto
  • graph-toolgraph-tool
  • Merge requests
  • !19
The source project of this merge request has been removed.

Replace std::max_element with boost::first_max_element.

Merged Stuart Berg requested to merge (removed):avoid-std-max_element into master Aug 19, 2019
  • Overview 6
  • Pipelines 0
  • Changes 2

This PR contains the patch I needed to compile graph-tool using conda-forge's clang package, clangxx_osx-64. See #576 (closed) for more details.

Note that this PR might be overkill: I replaced every usage of std::max_element with boost::first_max_element. Perhaps some of them might not have triggered the compile error.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: avoid-std-max_element