[Issue 18375] New: std.getopt uses deprecated rwm operations for shared variables
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Feb 5 12:57:36 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=18375
Issue ID: 18375
Summary: std.getopt uses deprecated rwm operations for shared
variables
Product: D
Version: D2
Hardware: x86_64
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: dmd
Assignee: nobody at puremagic.com
Reporter: greensunny12 at gmail.com
---
shared real v;
shared string s;
auto args = ["program.name", "-v=2", "-s=bar"];
---
--
More information about the Digitalmars-d-bugs
mailing list