First
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "tl/detail/prologue.h"
|
||||
#include <EASTL/vector.h>
|
||||
//#include <vector>
|
||||
|
||||
namespace tl
|
||||
{
|
||||
using namespace eastl;
|
||||
//template<typename T, typename A = std::allocator<T>>
|
||||
//using vector = std::vector<T, A>;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user