DOC: Stlguide.rtf Different from Vector.h Header File (139029)



The information in this article applies to:

  • Microsoft Visual C++ 4.0
  • Microsoft Visual C++ 4.1

This article was previously published under Q139029

SUMMARY

The Standard Template Library (STL) documentation, Stlguide.rtf, documents the vector class incorrectly.

The Standard Template Library is manufactured by Hewlett-Packard Company, a vendor independent of Microsoft; we make no warranty, implied or otherwise, regarding this product's performance or reliability.

MORE INFORMATION

Use the actual declaration from the Vector.h header file for documentation:
   template <class T>
   class vector {
   public:
   ...
   };
				

REFERENCES

Vector.h from the Stl directory of the Visual C++ 4.x compact disc.
Stlguide.rtf from the Stl directory of the Visual C++ 4.x compact disc.

Modification Type:MajorLast Reviewed:10/24/2003
Keywords:kb3rdparty kbdocerr KB139029