
29 Dec
2006
29 Dec
'06
12:27 p.m.
Ion GaztaƱaga wrote:
Basically because the pointer type of Interprocess allocators is not a raw pointer, but a relative one (offset_ptr).
Since in the standard there is a cast to void*, I thought that all pointer types needed to be convertibles to void* (with a conversion operator for example). But well, I guess it's cleaner to use the construct function.