Will the following code compile?
template <class T=void> // 1
struct A {
  int a;
};

template <>
struct A<int> {
  char c; // 2
};

void Test() {
  A<>().a; // 3
  A<int>().c; // 4
}

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести