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

Table 73 MIGRATION_CHECK Warning Messages (continued)
NotesWarnings Displayed
Class/Member Function
NameNo.
stdexcept2: VERSION2 header file
Equivalent implementation of
stdexcept2 is found in
exception in Version 3.
None.class exception1
stdiostream: VERSION3 header file
Class stdiobuf extends
streambuf. class
1. 'class stdiobuf' is defined
inside namespace std in
version 3.
class stdiobuf1
'basic_filebuf' is typedefined
as stdiobuf in Version 3.
In Version 3, class
'basic_filebuf' is defined in
namespace std. In Version 2
no namespace is defined.
Class stdiostream extends
class ios. class name is
2. 'class stdiostream' is
defined inside namespace
std in version 3.
class stdiostream2
'basic_fstream' is typedefined
to Version 3.
In Version 3 class
'basic_fstream' is defined in
namespace std. In Version 2
no namespace is defined.
string: VERSION3 header file
1. 'struct RWSTDHuge
string_char_traits' is not
supported in version 3.
template <class charT> struct
RWSTDHuge
string_char_traits
1
2. 'struct RWSTDExport
string_char_traits<char>' is
not supported in version 3.
template <class charT> struct
RWSTDExport
string_char_traits<char>
2
3. 'struct RWSTDExport
string_char_traits<wchar_t>'
template <class charT> struct
RWSTDExport
string_char_traits <wchar_t>
3
is not supported in version
3.
4. 'struct
RWSTDExportTemplate
template <class charT> struct
RWSTDExport-Template
rw_traits
4
rw_traits' is not supported in
version 3.
5. 'struct RWSTDExport
rw_traits<char,
struct RWSTDExport
rw_traits<char,
string_char_traits<char>>
5
string_char_traits<char>>' is
not supported in version 3.
6. 'struct RWSTDExport
rw_traits<wchar_t,
struct RWSTDExport
rw_traits<wchar_t,
string_char_traits<wchar_t>>
6
string_char_traits<wchar_t>>'
is not supported in version
3.
7. 'class RWSTDHuge
string_ref_rep' is not
supported in version 3.
class RWSTDHuge
string_ref_rep
7
8. 'struct RWSTDHuge
null_string_ref_rep' is not
supported in version 3.
struct RWSTDHuge
null_string_ref_ rep
8
452 MIGRATION_CHECK Messages