On 1/28/14, Chris <wend...@tcd.ie> wrote:
> Is there a simple way to trick the compiler (e.g. with alias), if
> a keyword conflicts with a function/method, e.g. as in a HTML
> document:
>
> auto docBody = document.body;

"body" is probably the most frequent issue I run into when porting
C/C++ code to D.

I really wonder whether the rule could be relaxed a little bit.

Reply via email to