1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Split data handling code from the view.

This commit is contained in:
Bartosz Szreder
2018-02-13 14:57:47 +01:00
parent fbaf59c9a6
commit 9e3f18a62a
11 changed files with 2214 additions and 2099 deletions
+1
View File
@@ -21,6 +21,7 @@ class Vector
{
public:
using iterator = T*;
using const_iterator = const T*;
Vector()
: m_ptr( nullptr )