$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2006-12-29 07:27:23
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.