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

@nogc for std.range.primitives.{empty,save,popFront,popBack,front,back} #3219

Merged
merged 1 commit into from Apr 24, 2015

Conversation

aG0aep6G
Copy link
Contributor

Excluding the UTF-decoding variants, because those throw GC allocated
exceptions.

Makes sure that issue 12666 - "@nogc std.array.front, popFront, and more"
stays fixed.

https://issues.dlang.org/show_bug.cgi?id=12666

Excluding the UTF-decoding variants, because those throw GC allocated
exceptions.

Makes sure that issue 12666 - "@nogc std.array.front, popFront, and more"
stays fixed.
@JakobOvrum
Copy link
Member

This is also good for documentation purposes.

@JakobOvrum
Copy link
Member

Auto-merge toggled on

JakobOvrum added a commit that referenced this pull request Apr 24, 2015
@nogc for std.range.primitives.{empty,save,popFront,popBack,front,back}
@JakobOvrum JakobOvrum merged commit d74e4d7 into dlang:master Apr 24, 2015
@aG0aep6G aG0aep6G deleted the 12666 branch April 24, 2015 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants