mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Using std::vector instead of Vector is no longer possible.
This commit is contained in:
parent
77fa8f54a6
commit
f5b0f34827
@ -11,10 +11,6 @@
|
||||
namespace tracy
|
||||
{
|
||||
|
||||
#if 0
|
||||
template<typename T>
|
||||
using Vector = std::vector<T>;
|
||||
#else
|
||||
#pragma pack( 1 )
|
||||
template<typename T>
|
||||
class Vector
|
||||
@ -241,7 +237,6 @@ private:
|
||||
uint8_t m_capacity;
|
||||
};
|
||||
#pragma pack()
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user