Standard C++ Library Reference ISO/IEC (VERSION3)

Next
<new.h>
Include the traditional header <new.h> to effectively include the standard header <new> and
hoist its names outside the std namespace.
In this implementation, all names are hoisted, to provide a more traditional library environment.
#include <new>
using namespace std;
See also the Table of Contents and the Index.
Copyright © 1992-2001 by P.J. Plauger. All rights reserved.