Boost logo

Boost :

From: SourceForge.net (noreply_at_[hidden])
Date: 2006-11-20 22:20:06


Patches item #1551992, was opened at 2006-09-04 06:41
Message generated for change (Comment added) made by sf-robot
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=307586&aid=1551992&group_id=7586

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: smart_ptr
Group: None
>Status: Closed
Resolution: Accepted
Priority: 5
Private: No
Submitted By: Michael Fink (vividos)
Assigned to: Peter Dimov (pdimov)
Summary: [shared_ptr] support for STLport 5's no-iostreams mode

Initial Comment:
In STLport there is a mode called no-iostreams mode.
When the define _STLP_NO_IOSTREAMS is used, nothing of
the iostreams-part of the Standard C++ Library can be
used, and including the headers fails with an error.
The advantage of this mode is that the user doesn't
have to link against a built library, all STLport code
is inline.

Unfortunately the shared_ptr cannot be used in this
mode, since an operator<< is defined in shared_ptr.hpp.
This patch ifdef's out this operator when
_STLP_NO_IOSTREAMS symbol is defined (and it does the
same with intrusive_ptr.hpp). The patch is against the
1.34 branch of CVS.

----------------------------------------------------------------------

>Comment By: SourceForge Robot (sf-robot)
Date: 2006-11-20 19:20

Message:
Logged In: YES
user_id=1312539
Originator: NO

This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).

----------------------------------------------------------------------

Comment By: Peter Dimov (pdimov)
Date: 2006-11-06 09:27

Message:
Logged In: YES
user_id=305912

Applied to 1.34 and HEAD.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=307586&aid=1551992&group_id=7586

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-bugs mailing list
Boost-bugs_at_[hidden]
https://lists.sourceforge.net/lists/listinfo/boost-bugs


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk