[cfe-commits] [Patch] Adding __has_feature(cxx_defaulted_functions) for querying "defaulted functions"

Douglas Gregor dgregor at apple.com
Mon Oct 31 18:22:15 PDT 2011


On Oct 30, 2011, at 2:19 AM, Michel Morin wrote:

>> From clang-3.0, "defaulted functions" feature has been supported.
> But there is no querying macro for this feature (PR11253).
> 
> A patch attached for adding __has_feature(cxx_defaulted_functions)
> macro and doc.
> (This patch is the same one attached in the PR.)

Committed as r143411 with a test case, thanks! Please go ahead and close the PR.

	- Doug



More information about the cfe-commits mailing list