[Issue 2370] Version statement enhancement: versioned identifiers

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Oct 3 08:04:55 PDT 2008


http://d.puremagic.com/issues/show_bug.cgi?id=2370


brunodomedeiros+bugz at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brunodomedeiros+bugz at gmail.c
                   |                            |om




------- Comment #4 from brunodomedeiros+bugz at gmail.com  2008-10-03 10:04 -------
Like I said in the original thread, isn't it enough to have:
  version(D_Version_2OrAbove) { ...
?
Or just
  version(D_Version1) { 
    ...
  } else {
    //version 2 or above here...
  }
?
It doesn't seem this feature is justified.


-- 



More information about the Digitalmars-d-bugs mailing list