[Issue 6500] Show template instantiation values too

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jan 24 05:45:00 UTC 2021


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

mhh <maxhaton at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |maxhaton at gmail.com
         Resolution|---                         |FIXED

--- Comment #1 from mhh <maxhaton at gmail.com> ---
The compiler does tell you when something broke inside a template (*and* give
you parameters)

Up to      2.063  : Failure with output:
-----
onlineapp.d(2): Error: static assert  (0) is false
onlineapp.d(5):        instantiated from here: foo!(12)

--


More information about the Digitalmars-d-bugs mailing list