[cfe-dev] [libc++] Patch to support forward_list<Incomplete Type>

Peter Collingbourne peter at pcc.me.uk
Tue Feb 4 17:50:08 PST 2014


On Sun, Dec 08, 2013 at 08:09:13AM -0800, Marshall Clow wrote:
> On Nov 13, 2013, at 7:59 AM, Zhihao Yuan <zy at miator.net> wrote:
> 
> > Hi,
> > 
> > libc++'s forward_list already distinguished the sentry node from data node,
> > so this patch is just trivial: use an external traits to get the begin node type
> > instead of looking at data node's implementation to find it.
> 
> Sorry for the long delay.
> 
> This looks fine to me; please commit.

I've committed this as r200814.

Thanks,
-- 
Peter



More information about the cfe-dev mailing list