[PATCH] [libc++] Check the support of default function template args.

Logan Chien tzuhsiang.chien at gmail.com
Sat Dec 14 05:11:32 PST 2013


  Rework the patch.  Instead of removing the default function
  template argument conditionally, this revision will move
  the enable_if<> to the function argument type or function
  return type.  In this way, we can keep taking advantage of
  SFINAE and avoid the ambiguity.

Hi mclow.lists,

http://llvm-reviews.chandlerc.com/D2384

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D2384?vs=6030&id=6100#toc

Files:
  include/memory
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2384.2.patch
Type: text/x-patch
Size: 12657 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131214/220e3be8/attachment.bin>


More information about the cfe-commits mailing list