On Sunday 23 August 2015 11:54, Tony wrote:

> weather_report.d(32): Error: undefined identifier centerJustifier

`centerJustifier` is new in 2.068. You're probably using an older version of 
D. You can replace `centerJustifier` with `center` here.

Reply via email to