1
0
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:
Bartosz Taudul
2017-10-28 13:44:46 +02:00
parent 09c9502061
commit 433a80c2df
2 changed files with 118 additions and 108 deletions
+2
View File
@@ -17,6 +17,8 @@ template<typename T>
class Vector
{
public:
using iterator = T*;
Vector()
: m_ptr( nullptr )
, m_size( 0 )