mirror of
https://github.com/boostorg/detail.git
synced 2025-07-29 20:07:15 +02:00
Moved BOOST_INTERLOCKED_READ stuff into its own header
[SVN r31098]
This commit is contained in:
@ -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