C++ Logo

sg10

Advanced search

Re: [SG10] [isocpp-core] Feature-test macro for ADL calls with template arguments?

From: Peter Dimov <pdimov_at_[hidden]>
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

Received on 2020-06-08 19:58:41