mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Format
This commit is contained in:
parent
fb60208c88
commit
5f0889f332
@ -8,7 +8,7 @@ class ReleaseAcquireAtomic
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
constexpr ReleaseAcquireAtomic(T desired) noexcept
|
constexpr ReleaseAcquireAtomic(T desired) noexcept
|
||||||
: value(desired) {}
|
: value(desired) { }
|
||||||
|
|
||||||
T operator=(T desired) noexcept
|
T operator=(T desired) noexcept
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user