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

           Summary: Wrong parenthesis omission in ddoc output
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: diagnostic, wrong-code
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from Kenji Hara <[email protected]> 2013-09-24 23:37:00 PDT ---
Source:
template Foo(T) if (Bar!(const T)) {}     ///
template Foo(T) if (Bar!(const int)) {}   ///

Generated wrong Ddoc output:
template Foo(T) if (Bar!const(T))
template Foo(T) if (Bar!const(int))

Introduced by:
https://github.com/D-Programming-Language/dmd/commit/905c4dd8e6a0377c518cce443f63a237df39ac7d

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

Reply via email to