$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [variant] erase a type
From: Igor R (boost.lists_at_[hidden])
Date: 2011-05-10 08:25:38
Hello,
I have to erase a variant element (type). Certainly, I can take its
underlying mpl sequence, find<> what I need, erase<> it, and make
another variant.
I believe all this will be rather heavy in terms of
compile-time/resources, so perhaps there's another more short way that
I miss?
Thanks.