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 namespace tracy
{ {
#if 1 #if 0
template<typename T> template<typename T>
using Vector = std::vector<T>; using Vector = std::vector<T>;
#else #else