Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • W waLBerla
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 40
    • Issues 40
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • waLBerla
  • waLBerla
  • Merge requests
  • !182

Replace boost::{type_traits, enable_if and mpl} with standard library features...

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Christoph Schwarzmeier requested to merge replace_boost-type_traits-enable_if-mpl into master Mar 22, 2019
  • Overview 2
  • Commits 8
  • Pipelines 5
  • Changes 108

This merge request replaces boost-type_traits, boost-enable_if and boost-mpl features with equivalent features from the standard library, as requested in issue #48 (closed).

However, in a few special cases, there is no reasonable alternative to using boost-type_traits and boost-mpl features, yet. These cases still use the above-mentioned boost features.

Edited Mar 28, 2019 by Christoph Schwarzmeier
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: replace_boost-type_traits-enable_if-mpl