$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [valid_ptr] proposing a new type of pointer object that allows validity tracking without memory management and object ownership
From: Klaim - Joël Lamotte (mjklaim_at_[hidden])
Date: 2011-03-16 18:37:57
As far as I understand, it's only a type working like a raw pointer but with
checks on assignation and copy. Those checks will only assume that the
pointer don't have a NULL value, (or maybe points to an adress that i'snt
possible?)
is it correct understanding of this library?
Joël Lamotte.