https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93605
--- Comment #2 from mike.k at digitalcarbide dot com --- Interestingly, changing `impl::func`'s signature from `bool v` to `auto&& v` fixes the issue. Changing it to `auto v` does not.
mike.k at digitalcarbide dot com Wed, 05 Feb 2020 14:39:42 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93605
--- Comment #2 from mike.k at digitalcarbide dot com --- Interestingly, changing `impl::func`'s signature from `bool v` to `auto&& v` fixes the issue. Changing it to `auto v` does not.