[Issue 5930] cas doesn't work when used in code compiled with -D

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri May 6 23:35:45 PDT 2011


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


Rainer Schuetze <r.sagitario at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario at gmx.de


--- Comment #2 from Rainer Schuetze <r.sagitario at gmx.de> 2011-05-06 23:31:50 PDT ---
phobos now uses version StdDdoc instead of D_Ddoc to fix similar issues.

Grep tells me core.atomic is the only module in druntime that uses
version(D_ddoc).

What needs to be done is:
- add -version=DruntimeDdoc or similar to DOCFMT in the makefiles
- use version(DruntimeDdoc) instead of version(D_Ddoc)

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list