Bug 27693

Summary: libstdc++ missing 'ios' header
Product: [Retired] Red Hat Linux Reporter: Steve Frampton <frampton>
Component: libstdc++Assignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-02-15 02:08:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Steve Frampton 2001-02-15 02:08:07 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.75 [en] (X11; U; Linux 2.2.16-22 i686)


Trying to do an "#include <ios>" fails.  This header file is missing in Red
Hat's packaged version of libstdc++.


Reproducible: Always
Steps to Reproduce:
1. Add: #include <ios> in a C++ source file
2. Compile it


Actual Results:  Compilation error.


Expected Results:  Successful compilation.


To attempt to workaround this problem, I upgraded my
cpp/gcc/gcc-c++/libstdc++ to 2.96-74 as found in the Rawhide package.  The
problem remains.

I asked on the libstdc++ mailing list and was told this problem was
specific to Red Hat's packaging of libstdc++.

Comment 1 Bill Nottingham 2001-02-15 02:37:27 UTC
Red Hat ships libstdc++ version 2. ios is part of libstdc++ version
3. The two C++ libraries are completely incompatible. libstdc++ v3
will be in GCC 3.0, which does not yet currently exist except in
development.