1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

memset on non-POD data is UB.

This commit is contained in:
Bartosz Taudul
2017-11-16 02:19:52 +01:00
parent e579374504
commit 515443605d
3 changed files with 5 additions and 17 deletions
-1
View File
@@ -24,7 +24,6 @@ public:
Vector()
: m_ptr( nullptr )
, m_size( 0 )
, m_capacity( 0 )
{
}