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:17:26 PDT 2016


On Monday, 11 April 2016 at 07:15:26 UTC, Dsby wrote:
> /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.

it donesn't have the error in  LDC 1.0.0 alpha 1.


More information about the digitalmars-d-ldc mailing list