Forward declare operator overload (components/)
When building using jumbo, files get merged and more options are presented for the compiler. When using the operator overload << in PasswordRequirementsSpec, the compiler gets too many options and will fail before reaching the correct operator overload. The issue solved by forward declaring the operator overload in the files that uses it. Bug: 869381 Change-Id: I3d0226c9e12b1e64b3359a1efb2f9948a24e61b6 Reviewed-on: https://chromium-review.googlesource.com/1160228Reviewed-by:Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Oscar Johansson <oscarj@opera.com> Cr-Commit-Position: refs/heads/master@{#581526}
Showing
Please register or sign in to comment