GCC: declare move assignment operator and constructor of SplitAutocompletion.
GCC fails to resolve default move constructor of AutocompleteMatch, as SplitAutocompletion move constructor is not declared noexcept. Adding default declarations fixes the issue. Bug: 819294 Change-Id: I64e32608bbdd24015a4a65f398b37de9465c5b54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2485527Reviewed-by:Angela Yoeurng <yoangela@chromium.org> Commit-Queue: José Dapena Paz <jdapena@igalia.com> Cr-Commit-Position: refs/heads/master@{#819270}
Showing
Please register or sign in to comment