The module std.experimental.logger in Ldc (0.16.1~0.17.1) is erro!

Dsby via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Mon Apr 11 00:15:26 PDT 2016


/usr/include/d/std/experimental/logger/core.d(487): Error:
safe function
'std.experimental.logger.core.defaultLogFunction!cast(LogLevel)cast(ubyte)128u.defaultLogFunction!().defaultLogFunction'

cannot call system function

  
'std.experimental.logger.core.Logger.memLogFunctions!cast(LogLevel)cast(ubyte)128u.logImpl!().logImpl'

-----------------------------------------------------------------------
in File std/experimental/logger/core.d
line 482 and 494 , should delete @safe.

I compare vs dmd(2.071)'s std. and it work fine.


More information about the digitalmars-d-ldc mailing list