post  std::deque::swap

newbiz (2)   Link to this post
The documentation displays the following signature for std::deque::swap :

void swap ( list<T,Allocator>& dqe );

I guess it's a typo, and should be :

void swap ( deque<T,Allocator>& dqe );
firedraco (2623)   Link to this post
Heh, a bit too much of copy/paste I guess.
newbiz (2)   Link to this post
Someone is going to correct it ... ?
Grey Wolf (1615)   Link to this post
It's been reported.

This topic is archived - New replies not allowed.