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

Shouldn't assume allocator is passed via reference/pointer #146

Closed
yshui opened this issue May 23, 2019 · 0 comments · Fixed by #185
Closed

Shouldn't assume allocator is passed via reference/pointer #146

yshui opened this issue May 23, 2019 · 0 comments · Fixed by #185
Labels

Comments

@yshui
Copy link
Contributor

yshui commented May 23, 2019

Here:

assert(allocator !is null, "Allocator must not be null");

This prohibits the user from passing in things like RCIAllocator.

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

Successfully merging a pull request may close this issue.

2 participants