|
#include <list>
Include dependency graph for ListFixed.h:
Go to the source code of this file.
Compounds | |
class | listFixed |
This template fixes a problem with Microsoft's STL implementation of the list class. More... |
This template fixes a problem with Microsoft's STL implementation of the list class.
Namely, list::sort will barf on more than 32767 elements. (Knowledge base: Q240014)
This template replaces only the sort methods.
Author: Matt Loper
Definition in file ListFixed.h.