www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 17175] New: make predefined version identifiers case

https://issues.dlang.org/show_bug.cgi?id=17175

          Issue ID: 17175
           Summary: make predefined version identifiers case insensitive
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: b2.temp gmx.com

to avoid bugs such as 

    version(Linux){} else {}

which can be hard to track depending on the version-relative-statements.

--
Feb 11 2017