SirAnthony
18.03.2011 13:32
>To get a pointer to the element an iterator refers to, you need to "dereference" that iterator and take the address of the result. For example: &*iter
>To get a pointer to the element an iterator refers to, you need to "dereference" that iterator and take the address of the result. For example: &*iter
или &iter→operator*()
s/→/./
Разницы никакой, все равно костыли.
а чего ты ожидал?
Я надеялся кастом обойтись.
к чему? итератор в общем случае не является указателем, вывести каст для него компилятор не в состоянии