ListFixed.h File Reference

Header for the ListFixed template, which is a fixed implementation of the "std::list" template. More...

#include <list>

Include dependency graph for ListFixed.h:

Include dependency graph

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...


Detailed Description

Header for the ListFixed template, which is a fixed implementation of the "std::list" template.

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

Revision:
1.3
Date:
2002/05/17 14:29:31

Definition in file ListFixed.h.


Generated on Tue May 21 03:34:54 2002 for Archimedes by doxygen1.2.15