Consider the minimal example:
考虑最小的例子:
template <int>
struct bar { };
int main()
{
[](auto i) -> bar<i> { return {}; };
}
tempConsider the minimal example:
考虑最小的例子:
template <int>
struct bar { };
int main()
{
[](auto i) -> bar<i> { return {}; };
}
temp