Thread overview
[Issue 15360] typeof is not a template argument
Jun 08, 2018
RazvanN
Jun 08, 2018
RazvanN
Jun 09, 2018
RazvanN
June 08, 2018
https://issues.dlang.org/show_bug.cgi?id=15360

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
Note that nesting the typeof expression with (): isErrorizable!(typeof(stuff))
does work.

--
June 08, 2018
https://issues.dlang.org/show_bug.cgi?id=15360

--- Comment #2 from RazvanN <razvan.nitu1305@gmail.com> ---
PR: https://github.com/dlang/dmd/pull/8345

--
June 09, 2018
https://issues.dlang.org/show_bug.cgi?id=15360

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--