Does the following code conain errors (compilation, runtime, linking, undefined behaviour)?
template <int T> void f();
template <> void f<0>() {}

void Test() {
  f<1>();
}

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты