This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [RFC] parallel/tree.h?
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>, Johannes Singler <singler at ira dot uka dot de>
- Date: Thu, 10 Jan 2008 19:41:20 +0100
- Subject: Re: [RFC] parallel/tree.h?
- References: <47858815.6060601@suse.de> <20080110120627.6edcafea@wabash.artheist.org>
Benjamin Kosnik wrote:
>> earlier today was noticing something very strange in
>> include/parallel/tree.h: apparently there are some const qualified
>> non-member functions and no errors are triggered during testing...
>>
> Don't really see any of these...
>
is_sorted* ? More, I think.
> I'm not quite sure what is going on with this either. I believe that
> Johannes and others may be working on using this file for parallel
> versions of some data structures. Maybe he could clarify his intentions
> here?
>
It would be great. Because, otherwise, I don't think we should deliver
tree.h, in 4.3.0 at least, it's totally undocumented and unused
elsewhere (by the way, booted and tested without it, to be sure)
Paolo.