Enable C++17 in build
This commit is contained in:
@@ -83,7 +83,7 @@ public:
|
||||
{
|
||||
if (m_Array == nullptr)
|
||||
{
|
||||
m_Array.reset(new T[m_Size]);
|
||||
m_Array.reset(new T[ToUnsigned(m_Size)]);
|
||||
}
|
||||
return m_Array.get();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user