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:
parent
ca5620710c
commit
b20141e90e
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue