|
|
|
|
|
by ncmncm
1666 days ago
|
|
The most important thing to know about std::deque is that the implementation in MSVC is really just awfully bad. So, if your code might need to be built there, you are should consider using an implementation from somewhere other than std::. |
|