mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 02:35:38 +08:00
refs #800 Removed redundant semi-colons, etc.
This commit is contained in:
committed by
Klaus Basan
parent
429c6946c6
commit
1f54bbc0d5
@@ -280,13 +280,13 @@ namespace BlackMisc
|
||||
LockFreeUniqueWriter<T> uniqueWrite()
|
||||
{
|
||||
return { Private::atomic_load(&m_ptr), &m_ptr };
|
||||
};
|
||||
}
|
||||
|
||||
//! Return an object which can write a new value, even if there are other writes.
|
||||
LockFreeSharedWriter<T> sharedWrite()
|
||||
{
|
||||
return { Private::atomic_load(&m_ptr), &m_ptr };
|
||||
};
|
||||
}
|
||||
|
||||
//! Pass the current value to the functor inspector, and return whatever inspector returns.
|
||||
template <typename F>
|
||||
|
||||
Reference in New Issue
Block a user