mirror of
https://github.com/Icinga/icinga2.git
synced 2025-09-18 15:27:47 +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>
|
template<class T>
|
||||||
class Atomic : public std::atomic<T> {
|
class Atomic : public std::atomic<T> {
|
||||||
public:
|
public:
|
||||||
|
using std::atomic<T>::operator=;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The only safe constructor of std::atomic#atomic
|
* The only safe constructor of std::atomic#atomic
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user