This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Update backward/algo.h


On Sun, Dec 30, 2001 at 12:49:53PM +0100, Gabriel Dos Reis wrote:
> Nathan Myers <ncm-nospam@cantrip.org> writes:
> 
> | On Sun, Dec 30, 2001 at 11:55:29AM +0100, Gabriel Dos Reis wrote:
> | > Nathan Myers <ncm-nospam@cantrip.org> writes:
> | > | It may be necessary to give ext/algorithm a suffix, or to make it
> | > | sub-include ext/bits/algorithm.h, and make algo.h include that
> | > | directly.
> | > 
> | > I don't think that is necessary.  Did you have a look at the rest of
> | > files in ext/?  Those have been there for longtime.
> | 
> | None of the standard headers depend on those, AFAIK.
> 
> Are you considering backward/algo.h a standard header?
> ext/algorithm is not a standard header.  

That was the point.  Apparently deque depends on features
being moved to ext/algorithm, but we don't want <deque> directly
including <ext/algorithm>, we want it to include a name that
ends with ".h" so that make won't arbitrarily try to delete it.

Nathan Myers
ncm at cantrip dot org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]