1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-31 03:00:05 +00:00

Fixed some documentation in JUCE Atomic class

This commit is contained in:
hogliux 2017-10-26 17:42:41 +01:00
parent a277cf64a3
commit 3eacd386ab

View file

@ -135,7 +135,9 @@ namespace juce
//==============================================================================
#ifndef DOXYGEN
// This method has been deprecated as there is no equivalent method in std::atomic.
/* This method has been deprecated as there is no equivalent method in
std::atomic. Use compareAndSetBool instead.
*/
JUCE_DEPRECATED (Type compareAndSetValue (Type, Type) noexcept);
#endif
};