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

Marshall Clow mclow.lists at gmail.com
Sun Dec 8 08:09:13 PST 2013


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.

— Marshall





More information about the cfe-dev mailing list