implicit to void* is fine by me - that's why void* exists after all...casting to char* is erm...ugly but necessary sometimes (and it works even in the face of strict aliasing)
implicit to void* is fine by me - that's why void* exists after all...casting to char* is erm...ugly but necessary sometimes (and it works even in the face of strict aliasing)