[Issue 15360] typeof is not a template argument

2018-06-09 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15360

RazvanN  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--


[Issue 15360] typeof is not a template argument

2018-06-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15360

--- Comment #2 from RazvanN  ---
PR: https://github.com/dlang/dmd/pull/8345

--


[Issue 15360] typeof is not a template argument

2018-06-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15360

RazvanN  changed:

   What|Removed |Added

 CC||razvan.nitu1...@gmail.com

--- Comment #1 from RazvanN  ---
Note that nesting the typeof expression with (): isErrorizable!(typeof(stuff))
does work.

--