$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Formal Review Request: TypeErasure
From: Karsten Ahnert (karsten.ahnert_at_[hidden])
Date: 2012-06-13 16:46:06
On 05/22/2012 10:34 PM, Steven Watanabe wrote:
> AMDG
>
> I'd like to request a formal review of the
> TypeErasure library that I've posted about
> several times before here.
I am not sure if this has already been a topic here, but I wonder if the
any type can be default constructible? The docs state that this is
possible via type_erase::constructible< _self() >, but it is not
working, at least for me.