Boost logo

Boost :

From: Kresimir Fresl (fresl_at_[hidden])
Date: 2001-08-23 07:35:36


On Thursday 23 August 2001 12:36, Jaakko Jarvi wrote:

> > Hmm, perhaps tie() should just be removed from utility?
>
> I think this was the conclusion made during tuple review.
>
> >Though I suppose
> > this means updating #includes that currently point to utility...
>
> Yes.
>
> > or should
> > utility include tuple?
>
> Perhaps not.

Well, as I need both iterator_adaptors (which use tie() from `utility.hpp')
and tuples right now, as the most simple fix I did just that: I removed tie()
from utility.hpp and included tuple.hpp in it. It works.

> > fresl> PS. There may be some other problems with tuple library:
>
> This was due to some missing typenames, and is now fixed.

Thanx. My program can now be compiled with g++ and with Comeau C++.

Sincerely,

fres

 


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