[PATCH] Implement DR136

David Majnemer david.majnemer at gmail.com
Tue Jun 25 00:59:28 PDT 2013


The attached patch implements DR136 [*], "Default arguments and friend
functions."

The crux of this issue is that a function declaration that specifies a
default argument must define the function and be it's only declaration.

[*] http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#136

-- 
David Majnemer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130625/7327200c/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dr136.diff
Type: application/octet-stream
Size: 6266 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130625/7327200c/attachment.obj>


More information about the cfe-commits mailing list