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: nob...@puremagic.com
          Reporter: greensunn...@gmail.com

---
shared real v;
shared string s;
auto args = ["program.name", "-v=2", "-s=bar"];
---

--

Reply via email to