File diff r27371:b9ad4c1bff08 → r27372:06d384d76bd2
src/core/alloc_type.hpp
Show inline comments
 
@@ -86,7 +86,7 @@ class ZeroedMemoryAllocator
 
{
 
public:
 
	ZeroedMemoryAllocator() {}
 
	virtual ~ZeroedMemoryAllocator() {}
 
	virtual ~ZeroedMemoryAllocator() = default;
 

	
 
	/**
 
	 * Memory allocator for a single class instance.