Boost logo

Boost :

From: Chuck Allison (cda_at_[hidden])
Date: 2001-10-31 22:59:44


Wouldn't Bill be happy to give away a copy for this?

----- Original Message -----
From: "David Abrahams" <david.abrahams_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Wednesday, October 31, 2001 11:49 AM
Subject: Re: [boost] Dinkumware's Abridged C++ library

> I think there would have to be someone with a copy of the library who
could
> make the fixes. If you're volunteering, then we have the support! ;-)
>
> ===================================================
> David Abrahams, C++ library designer for hire
> resume: http://users.rcn.com/abrahams/resume.html
>
> C++ Booster (http://www.boost.org)
> email: david.abrahams_at_[hidden]
> ===================================================
>
> ----- Original Message -----
> From: <tom.widmer_at_[hidden]>
> To: <boost_at_[hidden]>
> Sent: Wednesday, October 31, 2001 9:19 AM
> Subject: [boost] Dinkumware's Abridged C++ library
>
>
> > Hi Boosters,
> >
> > Any chance of adding support for the Dinkumware's Abridged C++
> > library to Boost? It consists of the semi-standard Embedded C++
> > library along with the STL.
> >
> > A few new #defines would be needed, such as
> > NO_IOSTREAM_VIRTUAL_INHERITENCE (no fstream, iostream or stringstream
> > class - work around using ofstream and ifstream, etc),
> > NO_TEMPLATED_IOSTREAMS which means what it says - no basic_ios and
> > just ios.
> >
> > I am considering using Dinkumware's Abridged lib with g++ on QNX soon
> > in order to bring down compile times and executable sizes (I am
> > currently using the full Dinkumware libs). I think the only change in
> > the boost stuff that I use is that lexical_cast needs fixing for no
> > stringstream - it can be easily (if less that optimally) implemented
> > in terms of ostringstream and istringstream.
> >
> > Tom
> >
> >
> > Info: http://www.boost.org Unsubscribe:
> <mailto:boost-unsubscribe_at_[hidden]>
> >
> > Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
> >
> >
>
>
> Info: http://www.boost.org Unsubscribe:
<mailto:boost-unsubscribe_at_[hidden]>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>


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