Commit 07776b60965d503dfb7fb5c611397e40759b0bdc

Behdad Esfahbod 2019-04-15T16:43:34

More tweaks to previous commit Delete assignment operator of OffsetTo<> instead of Offset<>. In simple ArrayOf<>::sanitize() assert that Type has assignment operator. Ideally we should SFINAE this and fallback to calling Type::sanitize() if assignment operator is not available. But we don't have a case of that in the codebase.