mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 07:54:36 +00: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…
Reference in New Issue
Block a user