On Saturday, 24 September 2016 at 07:14:47 UTC, Basile B. wrote:
When the file is specified, Shouldn't #line create a new module ?

===========
module m;

int a;

#line 0 "other.d"

int a;
===========

Currently this is not allowed, but what's the value added by the filename then ?

Debugging in mixins is the usage of it.

Reply via email to