$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Another variant type (was: [peer review queue tardiness] [was Cleaning out the Boost review queue] Review Queue mem
From: Gonzalo BG (gonzalobg88_at_[hidden])
Date: 2015-04-04 11:15:36
FYI, the eggs.variant discussed above also uses a recursive union, e.g. see:
https://github.com/eggs-cpp/variant/blob/master/include/eggs/variant/detail/storage.hpp#L88