mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Enable custom vector.
This commit is contained in:
parent
2161c23eee
commit
608cb912a1
@ -9,7 +9,7 @@
|
|||||||
namespace tracy
|
namespace tracy
|
||||||
{
|
{
|
||||||
|
|
||||||
#if 1
|
#if 0
|
||||||
template<typename T>
|
template<typename T>
|
||||||
using Vector = std::vector<T>;
|
using Vector = std::vector<T>;
|
||||||
#else
|
#else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user