Steve Schveighoffer wrote: > The one problem I still have no idea how to solve is the "partially shared" element type as T is: > > struct T > { > shared int x; > int y; > } > > -Steve What examples illustrates the problem? Thanks! Andrei