www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 18375] New: std.getopt uses deprecated rwm operations for

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 puremagic.com
          Reporter: greensunny12 gmail.com

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

--
Feb 05 2018