On 6/26/2011 9:16 PM, Andrei Alexandrescu wrote: > > Interesting. I wonder whether empty functions should be handled as a special > case or are part of a pattern. > > One thing I don't want to do is add another attribute: @impure void foo(int i) { ... }