This is an archive of the discontinued LLVM Phabricator instance.

[C++1z] Add speculative SD-6 feature test macro for pack expansions in using declarations
Needs ReviewPublic

Authored by EricWF on May 6 2017, 4:57 PM.

Details

Reviewers
rsmith
Summary

This patch adds the __cpp_variadic_using feature test macro suggested in P0195r2. Note that this macro is not yet listed by SD-6.

Diff Detail

Event Timeline

EricWF created this revision.May 6 2017, 4:57 PM