http://d.puremagic.com/issues/show_bug.cgi?id=2660
------- Comment #5 from [email protected] 2009-02-16 13:18 ------- I'll admit it is not public domain, but I have a tool for translating c# into D that uses #line all over the place and a tool that takes a file with #line directives and finds lines that assume a given file name/line number I guess my point is that #line is a bit of a standard and I see no point in breaking from it. Even getting another operator is a bit of a hard sell as the only uses for # I known of are out-of-band annotations (C's usage and bash like comments) so I would be hesitant to give it any other use. --
