Date: Tue, 9 Jun 2020 03:55:18 +0300
Ville Voutilainen wrote:
> And *callers* do no using-declarations, and no ifdeffing.
This will only work if get<> is visible to normal lookup. (Well it works
under Clang, with a warning that it's C++20 only.)
https://godbolt.org/z/Z3LkwJ
> And *callers* do no using-declarations, and no ifdeffing.
This will only work if get<> is visible to normal lookup. (Well it works
under Clang, with a warning that it's C++20 only.)
https://godbolt.org/z/Z3LkwJ
Received on 2020-06-08 19:58:41