
2 Jun
2008
2 Jun
'08
8:04 p.m.
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 ;-)