This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: guidelines for using boost code
- From: Jonathan Wakely <cow at compsoc dot man dot ac dot uk>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Thu, 24 Mar 2005 14:25:01 +0000
- Subject: Re: guidelines for using boost code
- References: <20050323121652.7870cc64@belmont.artheist.org>
On Wed, Mar 23, 2005 at 12:16:52PM -0600, Benjamin Kosnik wrote:
> For the recent tr1::shared_ptr bits, we need to do the same. The
> following patch implements this, along with the naming conventions and
> forwarding headers established by boost_concept_check.h, which, IMHO I
> think are wise.
Yes, that's much clearer about where the code is from ... thanks for
that. My only concern is whether it should be boost_shared_ptr.h rather
than boost_memory.h, but that's not very important.
> I hope this clarifies things for all concerned.
>
> Jonathan?
Excellent, thanks for resolving these issues!
Now that the code's there legally, it's probably time to fix the MT race
condition, I'll prepare a patch.
I assume no-one's contacted the original authors? I'll send them a
mail, explaining what the FSF's decisions was and under what terms we're
using the code (and that we don't need to ask them for assignments)
Thanks again for your time on this, Benjamin.
jon