-
Notifications
You must be signed in to change notification settings - Fork 39
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
support for @safe #115
Labels
Comments
GabyForceQ
added a commit
to GabyForceQ/containers
that referenced
this issue
Nov 10, 2018
For many operations we have the same problem as #60, the attribute would need to be inferred from other user-supplied code we call (allocator, hash function...). Of course, the method list would need to be very carefully scrutinized to check which ones have an actual |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'd like to use containers in
@safe
code, but, for examplecannot call @system function containers.unrolledlist.UnrolledList!(int, Mallocator, false, 64LU).UnrolledList.popFront
Is there something I can do with this or any chances to have
@safe
contaners?Thanks!
The text was updated successfully, but these errors were encountered: