This is the mail archive of the gcc-prs@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]

libstdc++/1885: bits/basic_ios.h does not include bits/basic_ios.tcc



>Number:         1885
>Category:       libstdc++
>Synopsis:       bits/basic_ios.h does not include bits/basic_ios.tcc
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Feb 05 23:56:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Gregory Bumgardner
>Release:        2.97 (latest)
>Organization:
>Environment:
N/A
>Description:
The definitions contained in bits/basic_ios.tcc are not
available for instantiation in user code because the
#include for this file has been commented out in 
bits/basic_ios.h.
>How-To-Repeat:
Instantiate the basic_ios<> class with a character type
other than char or wchar_t.
>Fix:
Uncomment the #include <bits/basic_ios.tcc> statement 
at the end of bits/basic_ios.h.
>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]