mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-18 07:17:43 +02:00
Inherit Atomic#operator=() from base class
This commit is contained in:
parent
c253e7eb6e
commit
a85586bc07
@ -24,6 +24,8 @@ namespace icinga
|
||||
template<class T>
|
||||
class Atomic : public std::atomic<T> {
|
||||
public:
|
||||
using std::atomic<T>::operator=;
|
||||
|
||||
/**
|
||||
* The only safe constructor of std::atomic#atomic
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user