
11 Apr
2013
11 Apr
'13
3:27 p.m.
AMDG On 04/11/2013 08:17 AM, Steven Watanabe wrote:
On 04/10/2013 11:04 PM, Michael Caisse wrote:
The basic problem I'm experiencing is that getting an exception_ptr results inherited parameters getting lost when virtual inheritance is used.
<snip>
The only way to make it work is to restructure clone_impl to use the compiler generated copy constructor.
...and the templated constructor is not a copy constructor. It's impossible to make this work. In Christ, Steven Watanabe