mirror of
https://github.com/boostorg/smart_ptr.git
synced 2026-03-06 22:14:02 +01:00
Moved BOOST_INTERLOCKED_READ stuff into its own header
[SVN r31098]
This commit is contained in:
committed by
Peter Dimov
parent
b4c8cf3958
commit
21198d07fd
@@ -91,8 +91,4 @@ extern "C" __declspec(dllimport) long __stdcall InterlockedExchange( long volati
|
||||
|
||||
#endif
|
||||
|
||||
#define BOOST_INTERLOCKED_READ(x) BOOST_INTERLOCKED_COMPARE_EXCHANGE(x,0,0)
|
||||
#define BOOST_INTERLOCKED_READ_POINTER(x) BOOST_INTERLOCKED_COMPARE_EXCHANGE_POINTER(x,0,0)
|
||||
|
||||
|
||||
#endif // #ifndef BOOST_DETAIL_INTERLOCKED_HPP_INCLUDED
|
||||
|
||||
Reference in New Issue
Block a user