From: John C. Femiani (john.femiani_at_[hidden])
Date: 2008-07-21 05:04:35


John C. Femiani wrote:
> Barco You wrote:
>> In Adobe example
>> the function: void reverse_and_print(any_iterator_to_int first,
>> any_iterator_to_int last) is not virtual funciton!
>>
> The task at hand called for "fixed signature".
> Since the types are concrete whats keeping you from using them in a
> virtual function?
Sorry, I did not mean "concrete", I meant they are actual classes and
not templates.
--John