Рассмотрим следующее: struct Base { void foo(); }; template <class T> struct Derived : Base {...
Мне интересно, почему следующий код компилируется. #include <iostream> template<class...