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

Replace calls to llvm::make_unique with std::make_unique #122

Merged
merged 1 commit into from
Aug 26, 2019

Conversation

illuhad
Copy link
Collaborator

@illuhad illuhad commented Aug 26, 2019

llvm::make_unique() was removed a couple of days ago by upstream llvm 10, so we have to switch to std::make_unique() to allow compilation with llvm 10. Since we are on C++ 14 anyway, std::make_unique() is guaranteed to be available.

@illuhad illuhad merged commit 7592afd into master Aug 26, 2019
@illuhad illuhad deleted the remove-llvm-make-unique branch August 26, 2019 15:38
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

Successfully merging this pull request may close these issues.

None yet

1 participant