hi, I have to introduce a new member between existing members; not just append the new member: class MyClass{ private: int one; //insert new member here int two; } how can this be expressed .. how can a sliced be introduced at certain positions? advice "MyClass": slice class{ int between_one_and_two; } regards, steven