We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I don't understand how something this basic can segfault. ----- shared int[int] aa; void main ( ) { aa = [1:1, 2:2]; } -----
The text was updated successfully, but these errors were encountered:
DMD 2.071.1 on both Linux and Win32.
Sorry, something went wrong.
AA is not thread-safe and shouldn't support shared API.
@Basile-z updated dlang/dmd pull request #9366 "fix issue 16597 - deprecate `shared` as associative array storage class" fixing this issue: - fix issue 16597 - deprecate `shared` as associative array storage class https://github.com/dlang/dmd/pull/9366
*** Issue 14068 has been marked as a duplicate of this issue. ***
No branches or pull requests
Andrej Mitrovic (@AndrejMitrovic) reported this on 2016-10-05T22:10:28Z
Transferred from https://issues.dlang.org/show_bug.cgi?id=16597
CC List
Description
The text was updated successfully, but these errors were encountered: