mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-06 18:18:23 +00:00
Enable tier0/threadtools.h to compile under GCC with -std=c++20 (#242)
This commit is contained in:
parent
5c00eb77e2
commit
c597bda668
@ -784,7 +784,7 @@ private:
|
||||
MUTEX_TYPE &m_lock;
|
||||
|
||||
// Disallow copying
|
||||
CAutoLockT<MUTEX_TYPE>( const CAutoLockT<MUTEX_TYPE> & );
|
||||
CAutoLockT( const CAutoLockT<MUTEX_TYPE> & );
|
||||
CAutoLockT<MUTEX_TYPE> &operator=( const CAutoLockT<MUTEX_TYPE> & );
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user