$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [TypeIndex] Peer review period for library acceptance begins, ending Thurs 21st Nov
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2013-11-15 18:17:28
AMDG
On 11/15/2013 01:48 PM, Niall Douglas wrote:
>
> As I mentioned in the other post, for me it's the incorrectness of
> the virtual function table which kills this use of UB for me. Not the
> static upcast.
>
You have the terminology backwards. Upcast mean derived
to base. Downcast means base to derived.
In Christ,
Steven Watanabe