Moved BOOST_INTERLOCKED_READ stuff into its own header

[SVN r31098]
This commit is contained in:
Anthony Williams
2005-09-23 17:24:29 +00:00
committed by Peter Dimov
parent b4c8cf3958
commit 21198d07fd

View File

@ -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