On Wed, Jul 28, 2010 at 16:51, Pelle <pelle.mansson@gmail.com> wrote:
This is a compiler bug. Easy workaround:

auto fn = (char a) { ... };
str = map!fn(str);

Is it on bugzilla?

Philippe