1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-23 01:44:22 +00:00

Fixed some documentation in JUCE Atomic class

This commit is contained in:
hogliux 2017-10-26 17:42:41 +01:00 committed by tpoole
parent ca5620710c
commit b20141e90e

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
};