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

greenify <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from greenify <[email protected]> ---
Hmm due to Thread being a class the compiler thinks it can't be @nogc, so as a
workaround sth. like `assumeNogc` could be it used. See e.g:

https://github.com/nordlow/phobos-next/blob/master/src/dbgio.d#L13

--

Reply via email to