Yeah, agreed, but we should think about whether the existing library
can continue to exist for portability with compilers not supporting
C++0x.  As it is now, the existing drizzled::atomics library is really
just a shim over GCC's atomics, Solaris' native atomics, and pthreads
mutexes for non-GCC, non-Solaris platforms.  Until C++0x becomes a lot
more ubiquitous, I don't see the need for such a shim/wrapper going
away.

Thoughts?

-jay

On Thu, May 27, 2010 at 12:48 PM, Brian Aker <[email protected]> wrote:
> Hi!
>
> On May 27, 2010, at 9:44 AM, Jay Pipes wrote:
>
>> implementation in C++0x and GCC 4.4, but we'd still need the pthreads
>> implementation for some Solaris flavors...
>
> Monty pointed out the Boost library is not currently public so it is a no go 
> (aka they aren't supporting it). c++0x is really the way to go.
>
> Cheers,
>        -Brian

_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to