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

Use C++11 features #35

Closed
saschazelzer opened this issue Sep 23, 2015 · 1 comment
Closed

Use C++11 features #35

saschazelzer opened this issue Sep 23, 2015 · 1 comment
Assignees
Milestone

Comments

@saschazelzer
Copy link
Member

Investigate the possible usage of C++11 language and library features and their implications on the minimal required compiler versions.

Features to consider:

  • unordered_set / map
  • function (and binders)
  • shared_ptr / unique_ptr
  • concurrency
@saschazelzer saschazelzer self-assigned this Sep 23, 2015
@saschazelzer saschazelzer added this to the Release 3.0 milestone Sep 23, 2015
saschazelzer added a commit that referenced this issue Oct 2, 2015
Windows platform testing still required.
@saschazelzer
Copy link
Member Author

Implemented with 2be16f2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant