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

Oboe now uses std::make_unique which is not in C++11 #19

Closed
philburk opened this issue Dec 2, 2017 · 1 comment
Closed

Oboe now uses std::make_unique which is not in C++11 #19

philburk opened this issue Dec 2, 2017 · 1 comment
Assignees

Comments

@philburk
Copy link
Collaborator

philburk commented Dec 2, 2017

std::make_unique was added in C++14.
So we can't compile Oboe with C++11 !
We should probably be able to compile with C++11.
Can we use "new" and "unique_pointer"?

@dturner
Copy link
Collaborator

dturner commented Dec 4, 2017

Fixed in 056fe73

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

2 participants