[PATCH] [libcxx] Delay evaluation of __make_tuple_types to prevent blowing the max template instantiation depth. Fixes Bug #18345

Eric Fiselier eric at efcs.ca
Mon Jul 21 17:23:28 PDT 2014


Ping. This is the most important fix I have waiting for review. This already breaks make_shared for arrays. Without this fix both experimental/any + experimental/memory_resource will also have bugs in them.

http://reviews.llvm.org/D4467






More information about the cfe-commits mailing list