DOCERR: Stlguide.rtf Different from Vector.h Header FileLast reviewed: October 8, 1997Article ID: Q139029 |
The information in this article applies to:
SUMMARYThe 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 INFORMATIONUse the actual declaration from the Vector.h header file for documentation:
template <class T> class vector { public: ... }; REFERENCESVector.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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |