Closed GoogleCodeExporter closed 9 years ago
This is already fixed in the latest trunk:
template <typename T>
static inline void ZeroInitialize(T& value)
{
memset(&value,0,sizeof(T));
}
Thanks,
Erwin
Original comment by erwin.coumans
on 12 Sep 2011 at 10:13
Original issue reported on code.google.com by
tommaso....@gmail.com
on 10 Sep 2011 at 9:43