Move a template specialization for a member pointer after the declaration of the base class.
This allows compilers targeting the MS ABI to select the correct inheritance model for the member function pointer type RunnerMethodType using the complete type of TaskHandle::Runner. It will allow us to enable the new Clang flag -fcomplete-member-pointers globally. Bug: 847724 Change-Id: Ib716e3c0774b7d6b46087e46057ca249e9aa72e7 Reviewed-on: https://chromium-review.googlesource.com/1079852Reviewed-by:Nico Weber <thakis@chromium.org> Commit-Queue: Peter Collingbourne <pcc@chromium.org> Cr-Commit-Position: refs/heads/master@{#563078}
Showing
Please register or sign in to comment