Opened 17 years ago

Closed 15 years ago

#494 closed Bugs (fixed)

STLPort with NO_IOSTREAMS

Reported by: nn1234 Owned by: Peter Dimov
Milestone: Boost 1.35.0 Component: smart_ptr
Version: None Severity: Problem
Keywords: Cc:

Description (last modified by Dave Abrahams)

Boost does specializations for streams even when 
_STLP_NO_IOSTREAMS defined.
It would be nice to not specialize classes with streams 
when _STLP_NO_IOSTREAMS macro is defined.

Thanx.

Change History (4)

comment:1 by vividos, 16 years ago

Logged In: YES 
user_id=124874

See patch #1551992,
https://sourceforge.net/tracker/index.php?func=detail&aid=1551992&group_id=7586&atid=307586
It does exactly that.

comment:2 by Dave Abrahams, 15 years ago

Cc: pdimov@… added
Description: modified (diff)
Severity: Showstopper

The patch is a shared_ptr patch. I can't assign this to Peter until he sets his email address in the Trac at http://svn.boost.org

comment:3 by Peter Dimov, 15 years ago

Component: Nonesmart_ptr
Milestone: Boost 1.35.0
Owner: changed from nobody to Peter Dimov
Severity: ShowstopperProblem
Status: assignednew
Type: Feature RequestsBugs

comment:4 by Peter Dimov, 15 years ago

Cc: pdimov@… removed
Resolution: Nonefixed
Status: newclosed

The patch is already applied to 1.34 and HEAD according to the Sourceforge tracker.

Note: See TracTickets for help on using tickets.