Should #line create a new namespace ?

Basile B. via Digitalmars-d digitalmars-d at puremagic.com
Sat Sep 24 00:14:47 PDT 2016


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 ?


More information about the Digitalmars-d mailing list