GCC: fix template specialization in ListHashSetNodeBasePointer
GCC complains that explicit specialization in non-namespace scope is happening for GetSafe()/SetSafe(). However, secialization is not really necessary here with templates and can be moved into GetSafe()/SetSafe() methods without changing generated code. Bug: 819294 Change-Id: Ib6d7b7760b7b1f3f88a395f5ab3fb4788defbb89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010793Reviewed-by:Yuta Kitamura <yutak@chromium.org> Commit-Queue: Yuta Kitamura <yutak@chromium.org> Cr-Commit-Position: refs/heads/master@{#735766}
Showing
Please register or sign in to comment