1
0
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:
Bartosz Taudul 2017-09-28 20:20:10 +02:00
parent 2161c23eee
commit 608cb912a1

View File

@ -9,7 +9,7 @@
namespace tracy
{
#if 1
#if 0
template<typename T>
using Vector = std::vector<T>;
#else