Re: шаблонный виртуальный метод
От: Evgeny.Panasyuk Россия  
Дата: 29.06.15 16:58
Оценка: 4 (1)
Есть статья Страуструпа et al. "Open Multi-Methods for C++". Там есть вот такой пункт:

8.1 Virtual Function Templates
Virtual function templates are a powerful abstraction mechanismnot part of C++. Generating v-tables for virtual function templates requires a whole-program view and C++ traditionally relies almost exclusively on separate compilation of translation units. The prelinker technique described here should be able to synthesize v-tables for virtual function templates as it does for open-methods.

Отредактировано 29.06.2015 16:59 Evgeny.Panasyuk . Предыдущая версия .
 
Подождите ...
Wait...
Пока на собственное сообщение не было ответов, его можно удалить.