$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Conway Allen (Allen.Conway_at_[hidden])
Date: 2006-03-17 12:46:53
The following, I suppose, produces a memory leak... is there any way to
avoid this? Don't use variant with pointers... ?
variant<T1*,T2*> vt;
vt = new T1;
vt = new T2;
Thanks, Allen.