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

Issue 7682 - shared array type and "cast() is not an lvalue" error #797

Merged
merged 1 commit into from
Mar 12, 2012

Conversation

9rnsr
Copy link
Contributor

@9rnsr 9rnsr commented Mar 11, 2012

http://d.puremagic.com/issues/show_bug.cgi?id=7682

If you check 'head const convertible', you should keep shared qualifier.

(shared const T)->constOf() == const T, but
(shared const T)->mutableOf() == shared T, and (shared T)->constOf() == shared const T

WalterBright added a commit that referenced this pull request Mar 12, 2012
Issue 7682 - shared array type and "cast() is not an lvalue" error
@WalterBright WalterBright merged commit 0ac2cd0 into dlang:master Mar 12, 2012
braddr pushed a commit to braddr/dmd that referenced this pull request Oct 22, 2012
Fix dataTimeout in std.net.curl
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.

2 participants