Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop C++03 compliance in favor of C++11 #57

Open
2 tasks
robertodr opened this issue Mar 25, 2017 · 0 comments
Open
2 tasks

Drop C++03 compliance in favor of C++11 #57

robertodr opened this issue Mar 25, 2017 · 0 comments
Milestone

Comments

@robertodr
Copy link
Member

robertodr commented Mar 25, 2017

We are currently relying on a number of Boost-based workarounds to implement certain features that are standard in C++11. Switch completely to C++11 to help de-Boost PCMSolver.
Notes on what to do:

  • Use lambdas instead of std::bind
  • CMake should check for availability of init capture when using lambdas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant