[PATCH] [libc++] Check the support of default function template args.
Marshall Clow
mclow.lists at gmail.com
Thu Dec 12 08:51:07 PST 2013
This seems like a really bad idea to me.
Many of the template arguments that you are (conditionally) removing are, in fact, enable_if expressions, which control whether or not these specializations get considered in overload resolution.
I have not tried this, but I would expect lots of test case failures when this compile flag is enabled.
http://llvm-reviews.chandlerc.com/D2384
More information about the cfe-commits
mailing list