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

bumgard@roguewave.com bumgard@roguewave.com
Mon Feb 5 23:56:00 GMT 2001


>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:


More information about the Gcc-bugs mailing list