vector->list->equal_range

I find that this reference in this site has no the method about the list, that is list<type T>::equal_range() is not found, but in the compiler.

Can you please elaborate? I do not understand what the problem is.
Are you saying that the reference on this site says nothing about member equal_range for list, but you think it exists because your compiler says it does? Short answer - it doesn't. See http://coliru.stacked-crooked.com/a/8f4f27c934b8c855
Topic archived. No new replies allowed.