cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
vector->list->equal_range
vector->list->equal_range
May 19, 2014 at 9:32am UTC
keanjan
(1)
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.
May 19, 2014 at 9:44am UTC
MiiNiPaa
(8886)
Can you please elaborate? I do not understand what the problem is.
May 19, 2014 at 10:41am UTC
TwilightSpectre
(1392)
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
May 19, 2014 at 2:28pm UTC
Lowest0ne
(1536)
std::equal_range is in algorithm:
http://www.cplusplus.com/reference/algorithm/equal_range/
Topic archived. No new replies allowed.