mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Swap use of deprecated auto_ptr for unique_ptr in cvfMutex.h
This commit is contained in:
parent
61809b6e22
commit
2110323be7
@ -67,7 +67,7 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::auto_ptr<class MutexImpl> m_pimpl;
|
std::unique_ptr<class MutexImpl> m_pimpl;
|
||||||
|
|
||||||
CVF_DISABLE_COPY_AND_ASSIGN(Mutex);
|
CVF_DISABLE_COPY_AND_ASSIGN(Mutex);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user