У меня есть класс-шаблон:
Код: Выделить всё
template
class Example {
...
template
void add(const Iterator begin, const Iterator end);
...
};
Еще один вопрос по теме:
Как работает этот векторный конструктор STL
Код: Выделить всё
template
vector (InputIterator first, InputIterator last,
const allocator_type& alloc = allocator_type());
Изменить:
Есть ли решение для времени компиляции?
Подробнее здесь: https://stackoverflow.com/questions/254 ... -as-the-te