GCC: fix template specialization in AsyncCallWithBoundArgsBuilder
GCC complains that explicit specialization in non-namespace scope is happening for AsyncCallWithBoundArgsBuilder. Move AsyncCallWithBoundArgsBuilder implementations into different nested classes and select implementation using std::conditional. Bug: 819294 Change-Id: Ie46c22896c9166d4b0c3114f2c29f65b01ec3568 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2401463Reviewed-by:danakj <danakj@chromium.org> Commit-Queue: José Dapena Paz <jose.dapena@lge.com> Cr-Commit-Position: refs/heads/master@{#805742}
Showing
Please register or sign in to comment