problem with iteratorsOk thanks again! Returning [code]const T*[/code] from [code]iterator::operator->[/code] will prevent...
going crazy with template function Thanks! It works perfectly!
problem with iteratorsHouston, we've had a problem...testing my_vector with a struct! [code]struct data{ int a; cha...
going crazy with template function Thanks! So basically SFINAE tells the compiler which template function(in a set of overloaded templa...
going crazy with template function Thanks, so is there no chance to return false in this case? How can i catch this problem at compil...