On 25/08/18 22:44 +0200, François Dumont wrote:
Note that I try to use typename deque<>::iterator or typename deque<>::const_iterator to define Debug algos but it didn't work, gcc was just not considering those overloads. I wonder why ?

Because you can't deduce the template arguments from those types:
https://en.cppreference.com/w/cpp/language/template_argument_deduction#Non-deduced_contexts

Reply via email to