Bug 25927

Summary: Patch to install sstring header file for libstdc++
Product: Base System Reporter: ishmael27 <ishmael27>
Component: gnuAssignee: David E. O'Brien <obrien>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description ishmael27 2001-03-19 18:40:00 UTC
sstring header file is not installed with the other libstdc++ header files
into /usr/include/g++.
I do not know if this is intentional or not; in attempting to compile an
application, it tried to include this missing header. I copied this header file
from /usr/src/contrib/libstdc++ to /usr/include/g++ and the application
compiled.
The attached patch adds it to src/gnu/lib/libstdc++/Makefile.
Comment 1 Kris Kennaway freebsd_committer freebsd_triage 2001-03-24 05:50:42 UTC
Responsible Changed
From-To: freebsd-bugs->obrien

obrien is the gcc maintainer
Comment 2 David E. O'Brien freebsd_committer freebsd_triage 2001-03-24 08:19:51 UTC
State Changed
From-To: open->closed

commited.  Thanks!