[Issue 20954] spawn in unitest: compiler error, confusing message

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jun 20 21:02:06 UTC 2020


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

mw <mingwu at gmail.com> changed:

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

--- Comment #1 from mw <mingwu at gmail.com> ---
need to add static to all the functions, including those called by the spawned
functions:

static void safePrint(T...)(T args)

--


More information about the Digitalmars-d-bugs mailing list