cplusplus.com
C++ : Forum : Lounge : std::deque::swap
 
cplusplus.com
Information
Documentation
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs


post std::deque::swap

newbiz (2)
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 (4744)
Heh, a bit too much of copy/paste I guess.
newbiz (2)
Someone is going to correct it ... ?
Grey Wolf (2846)
It's been reported.
Topic archived. No new replies allowed.