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

Richard Smith richard at metafoo.co.uk
Tue Jun 23 17:39:47 PDT 2015


I put together a different possible approach at http://reviews.llvm.org/D10677. The idea is to keep the old and new ABI versions as similar as possible, by filling in the last template argument of the iterator type with 0 in the new ABI. That template parameter becomes (essentially) meaningless, and both the old and new ABI use a different mechanism to get the block size when they need it.


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D9090

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the cfe-commits mailing list