Previous fileTop of DocumentContentsIndex pageNext file
Apache C++ Standard Library Reference Guide

A.1 Warnings

If your compiler does not support default template parameters, you must always supply the Allocator template argument. For instance, you must write:

instead of:

If your compiler does not support namespaces, you do not need the using declaration for std.



Previous fileTop of DocumentContentsIndex pageNext file