Knowledge Base

DOC: Stlguide.rtf Different from Vector.h Header File

Article ID: 139029

Article Last Modified on 10/24/2003


APPLIES TO


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.

Additional query words: 10.00 10.10

Keywords: kb3rdparty kbdocerr KB139029