Re: [SDO for C++] Opinions Requested: Adopting stdcxx as C++ library

2006-08-31 Thread Geoffrey Winn
OK. That's pretty conclusive. I'll raise a JIRA for it and implement option 2. Geoff. On 30/08/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Simon Laws wrote: > On 8/30/06, Pete Robbins <[EMAIL PROTECTED]> wrote: >> >> On 30/08/06, Andrew Borley <[EMAIL PROTECTED]> wrote: >> > >> > On

Re: [SDO for C++] Opinions Requested: Adopting stdcxx as C++ library

2006-08-30 Thread Jean-Sebastien Delfino
Simon Laws wrote: On 8/30/06, Pete Robbins <[EMAIL PROTECTED]> wrote: On 30/08/06, Andrew Borley <[EMAIL PROTECTED]> wrote: > > On 8/30/06, Geoffrey Winn <[EMAIL PROTECTED]> wrote: > . Using the Apache stdcxx library instead would provide > > > us with a number of benefits > > > Agreed. +1 for

Re: [SDO for C++] Opinions Requested: Adopting stdcxx as C++ library

2006-08-30 Thread Simon Laws
On 8/30/06, Pete Robbins <[EMAIL PROTECTED]> wrote: On 30/08/06, Andrew Borley <[EMAIL PROTECTED]> wrote: > > On 8/30/06, Geoffrey Winn <[EMAIL PROTECTED]> wrote: > . Using the Apache stdcxx library instead would provide > > > us with a number of benefits > > > Agreed. +1 for this. yup! The o

Re: [SDO for C++] Opinions Requested: Adopting stdcxx as C++ library

2006-08-30 Thread Pete Robbins
On 30/08/06, Andrew Borley <[EMAIL PROTECTED]> wrote: On 8/30/06, Geoffrey Winn <[EMAIL PROTECTED]> wrote: . Using the Apache stdcxx library instead would provide > us with a number of benefits Agreed. +1 for this. yup! The one difficulty is that once SDO links against the stdcxx library

Re: [SDO for C++] Opinions Requested: Adopting stdcxx as C++ library

2006-08-30 Thread Andrew Borley
On 8/30/06, Geoffrey Winn <[EMAIL PROTECTED]> wrote: . Using the Apache stdcxx library instead would provide us with a number of benefits Agreed. +1 for this. The one difficulty is that once SDO links against the stdcxx library then all users of SDO must also do so. I think this gives us tw

[SDO for C++] Opinions Requested: Adopting stdcxx as C++ library

2006-08-30 Thread Geoffrey Winn
There is an Apache incubator project to develop an implementation of the standard C++ library (their web site is here http://incubator.apache.org/stdcxx). Currently, in SDO for C++, we use the library provided by whichever platform we happen to run on