Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.buildout bob.buildout
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • 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
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bobbob
  • bob.buildoutbob.buildout
  • Issues
  • #4
Closed
Open
Issue created Feb 11, 2014 by André Anjos@andre.anjos💬Owner

C++ compilation with xbob.buildout is not C++11 compatible?

Created by: siebenkopf

When I try to use some C++11 features (like the auto keyword) and compile this using the xbob.buildout:develop recipe, I get the following warning/error message:

warning: ‘auto’ changes meaning in C++11; please remove it [-Wc++0x-compat]

which is accompanied by more error messages that the variable (the type of which auto should guess) is not known.

Is there (maybe) any way to get the C++11 features enabled?

Assignee
Assign to
Time tracking