On 05/10/2013 06:25 PM, John McCall wrote: > Note that while C++98 extended these guarantees to all objects, both were limited to most-derived objects by C++03, a restriction which persists into C++11. Ah, good catch. I don't remember that change, but it does indeed make our lives easier. The patch looks good to me. Jason