This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

libstdc++/8318: Not all wide character based prototypes are included within #ifdef _GLIBCPP_USE_WCHAR_T


>Number:         8318
>Category:       libstdc++
>Synopsis:       Not all wide character based prototypes are included within #ifdef _GLIBCPP_USE_WCHAR_T
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Oct 22 23:46:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Tudor Hulubei
>Release:        gcc-3.2
>Organization:
>Environment:
RedHat Linux 7.3
>Description:
The following files contain prototypes of wide character
objects and functions that should be included in between
#ifdef _GLIBCPP_USE_WCHAR_T ... #endif, so that when the compiler is compiled with --disable-c-mbchar that code is not included:

include/c++/3.2/iosfwd
include/c++/3.2/iomanip
include/c++/3.2/bits/stringfwd.h
include/c++/3.2/bits/basic_string.tcc
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]