C/C++ Programmer's Guide (G06.25+)
MIGRATION_CHECK Messages
HP C/C++ Programmer’s Guide for NonStop Systems—429301-008
F-15
memory and xmemory: VERSION3 header files, continued
7 class auto_ptr 7.'explicit auto_ptr (X* p = 0)' is not
supported in version 3.
8.'auto_ptr (const auto_ptr<X>& a)' is
not supported in version 3.
9.'auto_ptr<X>& operator= (const
auto_ptr<X>& rhs)' is not supported
in version 3.
10.'X& operator* () const' is not
supported in version 3.
11.'X* operator-> () const' is not
supported in version 3.
12.'X* get () const' is not supported in
version 3.
13.'X* release ()' is not supported in
version 3.
7.No equivalent
function in Version 3.
8.No equivalent
function in Version 3.
9.No equivalent
function in Version 3.
10.No equivalent
function in version 3.
11.No equivalent
function in version 3.
12.No equivalent
function in Version 3.
13.No equivalent
function in Version 3.
8 1.template <class
ForwardIterator>
RWSTD_TRICKY
_INLINE void
destroy
(ForwardIterator
first,
ForwardIterator
last)
1.'void destroy (ForwardIterator first,
ForwardIterator last)' is not
supported in Version 3.
1.No equivalent
function in Version 3.
new: VERSION3 header file
1 class bad_alloc None. Equivalent
implementation of
<new> header is in
Version 3 <new>.
numeric: VERSION3 header file
Equivalent implementation of <numeric2> header is in version 3 <numeric>. All functions are
supported in Version 3.
Table F-1. MIGRATION_CHECK Warning Messages (page 15 of 25)
No.
Class/Member
Function Name Warnings Displayed Notes