Commits

Roman Levenstein committed 40b8fd58fe4
Remove copy constructors and assignment operators from RelativeDirectPointerImpl. There were places were RelativeDirectPointers were copied using bitwise copies, which is semantically wrong. This patch makes sure it cannot happen anymore.