[PATCH] Allow instantiation of deque and deque::iterator with incomplete value type.

Evgeniy Stepanov eugeni.stepanov at gmail.com
Wed May 13 20:58:45 PDT 2015


On a third thought, it does break ABI stability. We've got
sizeof(element) baked into deque::iterator mangled name! Does it mean
we are doomed and there is no way to achieve this?


On Wed, May 13, 2015 at 10:31 AM, Evgeniy Stepanov <eugenis at google.com> wrote:
> On a second thought, does this change break ABI stability?
> I really don't understand what could break though, seeing that the change is header-only and does not affect libc++.so at all.
>
>
> REPOSITORY
>   rL LLVM
>
> http://reviews.llvm.org/D9090
>
> EMAIL PREFERENCES
>   http://reviews.llvm.org/settings/panel/emailpreferences/
>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits



More information about the cfe-commits mailing list