Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2001-02-14 13:40:47


From: <jeff_at_[hidden]>

> > > use a boost library. Unless I am missing something, boost library
> > > standards don't allow this kind of external library dependency
> > > (standard library excepted).
> >
> > Don't they?
>
> Direct from the guidelines page
> (http://www.boost.org/more/lib_guide.htm)
>
> -->" Do not use libraries other than the C++ Standard Library or
> Boost."

I see; an interesting point. So to provide a zlib C++ frontend, a boost
author would need to, basically, rewrite zlib from scratch (incorporating it
as-is creates maintenance problems since the versions may desync.) Sounds
like reinventing the wheel to me - zlib is heavily tested and "just works."

I wonder how this requirement relates to the BPL. Does python qualify for a
"library other than C++ Standard Library or Boost"? :-)

--
Peter Dimov
Multi Media Ltd.

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