This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: TR library extensions
Paolo Carlini <pcarlini@unitus.it> writes:
| Pétur Runólfsson wrote:
|
| >I don't think all of it needs to be written from scratch. Many
| >of the Boost components can probably be imported from Boost, except
| >that everything needs to be uglified. The unordered_* containers
| >can probably be based on the current hash_* containers.
| >
| Pétur, I had the VERY SAME thought!
|
| In particular, about your first point, the reason why I didn't post
| something is that I was unsure about the Boost license, I understand
| from your message that is already GPL... Great!
Boost licence is not GPL; but I believe it can be used with a GPLed
software. If fact, it is not desirable that V3 be GLPed; that is why
it is "GPL with runtime exception"ed.
-- Gaby