[libcxx] Remove use of default function template parameters in type traits. Fixes...
authorEric Fiselier <eric@efcs.ca>
Thu, 31 Jul 2014 19:09:26 +0000 (19:09 +0000)
committerEric Fiselier <eric@efcs.ca>
Thu, 31 Jul 2014 19:09:26 +0000 (19:09 +0000)
commit6d3bd8f7ec0e702ec7ba2d8ac6da8a2be0ac68f9
treee139cd3056e2bbf7cd8ddb2f0bf6ef90462ad55a
parent19fc2937824ee6586e1a8658ae891d9a864a1610
[libcxx] Remove use of default function template parameters in type traits. Fixes DR20484

Summary: This patch moves the SFINAE for __is_destructor_welformed out of the function template parameters. type_traits must compile in c++03 mode since it is included in c++03 headers.

Test Plan: No tests have been added.

Reviewers: danalbert, mclow.lists

Reviewed By: danalbert

Subscribers: K-ballo, cfe-commits

Differential Revision: http://reviews.llvm.org/D4735

llvm-svn: 214422
libcxx/include/type_traits