On 4/1/07, Dmitry Ivankov <divanorama at gmail.com> wrote: > One more question: > this (){ > mutable x = 0; > while (x < 2) { ++x; when (x == 1) base (); } > } I guess calling base ctor in a loop is hardly useful. Just disallow it. -- Michał