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: [v3] std::tr1::array


On Fri, Oct 08, 2004 at 09:07:51AM -0700, Matt Austern wrote:

> >If noone's working on it (P?tur?) I could start copying the Boost smart
> >pointers, uglifying, changing namespaces, porting the locking to
> >gthreads etc.
> >
> >The regexes and function objects could come from Boost too, right?
> 
> Assuming they comply with the TR1 specification and they're
> license-compatible, I don't see why not.  (Don't just assume
> they implement the TR1 requirements!  Even the components
> that came originally from Boost have been changed somewhat
> in the process of putting them into the TR.

Yeah, I planned on comparing them _carefully_. Licence shouldn't be a
problem, but once I've seen if they're suitable candidates to turn into
the TR1 I'll check that on the Boost list (I've been helping fix issues
with Boost versus GCC 3.4 anyway). As long as the Boost licence text is
left in the headers we should be able to use 'em.

If they're not suitable to turn into the TR1 types I'll give up, as I
won't have time to rewrite them from scratch. I'll only consider the
smart ptrs for now anyway, I have little enough time to spend on it.

jon


-- 
"Those who make peaceful revolutions impossible will make violent
 revolutions inevitable"
	- John F. Kennedy


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