Will the following code compile?
namespace {
  void Foo() { }
}

namespace {
  void Foo() { }
}
Explanation
No, it won't since the second unnamed namespace in the same compilation unit attempts to override the same function as the first one does.

Слідкуй за CodeGalaxy

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

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