std.experimental.logger logging function __LINE__ parameter type

ric maicle rmaicle at gmail.com
Fri Jan 10 16:56:06 UTC 2020


I recently noticed that the type of __LINE__ argument in the 
std.experimental.logger functions is 'int'. Shouldn't the argument type 
be size_t since __LINE__ is type size_t?

Using DMD 2.090.0

ric


More information about the Digitalmars-d mailing list