Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2008-06-02 16:04:00


Ralf W. Grosse-Kunstleve:
> % icpc -I/net/rosie/scratch1/rwgk/hot/boost -c include_boost_shared.cpp
> /net/rosie/scratch1/rwgk/hot/boost/boost/detail/spinlock_sync.hpp(36):
> error: identifier "__sync_lock_test_and_set" is undefined
> int r = __sync_lock_test_and_set( &v_, 1 );
> ^

This is a bug in spinlock_sync.hpp; the problem is described in

http://svn.boost.org/trac/boost/ticket/1938

I've added the same fix to spinlock_sync.hpp (in revision 46055). Thanks for
pointing it out.

Have you considered running the smart_ptr and bind tests on a regular basis
and uploading the results ;-)


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk