[iterator] operator_arrow_proxy constructor should be templated

28 Mar
2008
28 Mar
'08
9 p.m.
Hello, operator_arrow_proxy exists to allow a T* to be created for input_iterators, but its constructor is not templated, so it is not possible to create a T from whatever is received. Making operator_arrow_proxy templated solves the problem. Regards, -- Felipe Magno de Almeida
6287
Age (days ago)
6287
Last active (days ago)
0 comments
1 participants
participants (1)
-
Felipe Magno de Almeida