Make serialized navigation entry moveable.
This class is inserted into vectors and has slow-to-copy-but-fast-to-move members so would benefit from being moveable. It was also assignable which was generating large implicit inline operator= implementations. This makes operator= explicit and out-of-line. Uses C++11 syntax for member initialization. Change-Id: Ie4c591b716f85197f30603ebaeec27ddfc7cb2d6 Reviewed-on: https://chromium-review.googlesource.com/677058Reviewed-by:Stefan Kuhne <skuhne@chromium.org> Commit-Queue: Brett Wilson <brettw@chromium.org> Cr-Commit-Position: refs/heads/master@{#504173}
Showing
Please register or sign in to comment