DOCUMENT:Q139029 03-AUG-2001 [visualc] TITLE :DOC: Stlguide.rtf Different from Vector.h Header File PRODUCT :Microsoft C Compiler PROD/VER::4.0,4.1 OPER/SYS: KEYWORDS:kb3rdparty kbdocerr kbVC400 kbVC410 ====================================================================== ------------------------------------------------------------------------------- The information in this article applies to: - Microsoft Visual C++, versions 4.0, 4.1 ------------------------------------------------------------------------------- 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 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 kbVC400 kbVC410 Technology : kbVCsearch kbVC400 kbAudDeveloper kbVC410 Version : :4.0,4.1 ============================================================================= THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY. Copyright Microsoft Corporation 2001.