C/C++ Programmer's Guide (G06.27+, H06.08+, J06.03+)

Table 73 MIGRATION_CHECK Warning Messages (continued)
NotesWarnings Displayed
Class/Member Function
NameNo.
5. Equivalent classes are
defined in Version 3.
1. 'class allocator_interface'
is not supported in version 3
library.
class allocator_interface5
2. 'allocator_type alloc_' is
not supported in Version 3.
3. 'inline void
allocator_interface<Allocator,T>::
construct(pointer p, const T&
val)' is not supported in
Version 3.
4. 'inline void
allocator_interface<Allocator,T>::
destroy(T* p)' is not
supported in Version 3.
6. No equivalent class is
defined in Version 3.
6. 'class
allocator_interface<allocator,
class
allocator_interface<allocator,void>
6
void>' is not supported in
Version 3.
7. No equivalent function in
Version 3.
7. 'explicit auto_ptr (X* p =
0)' is not supported in
version 3.
class auto_ptr7
8. No equivalent function in
Version 3.
8. 'auto_ptr (const
auto_ptr<X>& a)' is not
supported in version 3.
9. No equivalent function in
Version 3.
9. 'auto_ptr<X>& operator=
(const auto_ptr<X>& rhs)' is
not supported in version 3.
10. No equivalent function in
version 3.
10. 'X& operator* () const'
is not supported in version
3.
11. No equivalent function in
version 3.
11. 'X* operator-> () const'
is not supported in version
3.
12. No equivalent function in
Version 3.
12. 'X* get () const' is not
supported in version 3.
13. No equivalent function in
Version 3.
13. 'X* release ()' is not
supported in version 3.
1. No equivalent function in
Version 3.
1. 'void destroy
(ForwardIterator first,
1. template <class
ForwardIterator>
8
ForwardIterator last)' is not
supported in Version 3.
RWSTD_TRICKY_INLINE
void destroy (ForwardIterator
first, ForwardIterator last)
new: VERSION3 header file
Equivalent implementation of
<new> header is in Version
3 <new>.
None.class bad_alloc1
numeric: VERSION3 header file
Equivalent implementation of <numeric2> header is in version 3 <numeric>. All functions are supported in Version 3.
queue: VERSION3 header file
449