I want to do my own implementation of sort using the standard library of <list>.
I know how to implement merge sort if I have implemented my own list using nodes.
Could you, please, help me translating my code to the standard <list> of C++ ? I think that I have to use list<my_class>::iterator it to implement sort.
Thank-you for any help and I'm sorry for my orthography but I'm from Spain.