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:
@@ -21,6 +21,7 @@ class Vector
|
||||
{
|
||||
public:
|
||||
using iterator = T*;
|
||||
using const_iterator = const T*;
|
||||
|
||||
Vector()
|
||||
: m_ptr( nullptr )
|
||||
|
||||
Reference in New Issue
Block a user