User profile: NickName

User info
User name:NickName
History
Joined:
Number of posts:18
Latest posts:

problem with iterators
Ok 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 iterators
Houston, 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...