mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Move lock state progression to a separate function.
This commit is contained in:
@@ -17,6 +17,8 @@ template<typename T>
|
||||
class Vector
|
||||
{
|
||||
public:
|
||||
using iterator = T*;
|
||||
|
||||
Vector()
|
||||
: m_ptr( nullptr )
|
||||
, m_size( 0 )
|
||||
|
||||
Reference in New Issue
Block a user