public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "skalyan_g at yahoo dot co dot in" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/43586] Missing strstream.h file in Include directory
Date: Tue, 30 Mar 2010 06:02:00 -0000	[thread overview]
Message-ID: <20100330060147.14968.qmail@sourceware.org> (raw)
In-Reply-To: <bug-43586-18982@http.gcc.gnu.org/bugzilla/>



------- Comment #2 from skalyan_g at yahoo dot co dot in  2010-03-30 06:01 -------
(In reply to comment #1)
> First off your find will only find files named exactly strstream.
> And second strstream.h never existed and is not part of the C++ standard
> (strstream is not either).
> You should use stringstream instead.


I belive the backward compactibilty should be exits.Also i think the old style
library's is with .h extension(strstream.h,iostream.h....) and new style is
without .h extension(strstream,iostream....)
I amtrying build with old source code which was written years back.
My code is inculde strstream.h library,but i didnt not see that library in
inculde directory.

lxdenvdss02.dev.qintra.com#[/usr] find . -name strstream.h
lxdenvdss02.dev.qintra.com#[/usr] find . -name strstream
./include/c++/3.4.6/backward/strstream
./include/c++/4.1.1/backward/strstream


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43586


  parent reply	other threads:[~2010-03-30  6:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-29 19:35 [Bug c++/43586] New: " skalyan_g at yahoo dot co dot in
2010-03-29 20:26 ` [Bug c++/43586] " pinskia at gcc dot gnu dot org
2010-03-30  6:02 ` skalyan_g at yahoo dot co dot in [this message]
2010-03-30  6:08 ` skalyan_g at yahoo dot co dot in
2010-03-30  7:48 ` [Bug libstdc++/43586] " pinskia at gcc dot gnu dot org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100330060147.14968.qmail@sourceware.org \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).