[PATCH] [libc++] Check the support of default function template args.
Logan Chien
tzuhsiang.chien at gmail.com
Wed Dec 11 09:13:49 PST 2013
GCC will generate an error if we uses default function
template arguments in pre-C++0x mode. Besides,
Clang will generate a warning in pre-C++0x mode (though
it will be hidden by system_header pragma.)
http://llvm-reviews.chandlerc.com/D2384
Files:
include/__config
include/memory
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2384.1.patch
Type: text/x-patch
Size: 9379 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131211/5b299b6e/attachment.bin>
More information about the cfe-commits
mailing list