Refactor default constructor SFINAE in pair and tuple.
authorEric Fiselier <eric@efcs.ca>
Mon, 30 Sep 2019 20:55:30 +0000 (20:55 +0000)
committerEric Fiselier <eric@efcs.ca>
Mon, 30 Sep 2019 20:55:30 +0000 (20:55 +0000)
commitc8ad8686ac072fb35862f4d5e09cb1ab91a15a8e
tree5c48be6f9e59164b2b2fe3b8d531459b814b2354
parent22cb3d2e58f4f232e353678f750d5659c4673520
Refactor default constructor SFINAE in pair and tuple.

Refactor the  recent implicit default constructor changes to match the
existing SFINAE style.

llvm-svn: 373263
libcxx/include/__tuple
libcxx/include/tuple
libcxx/include/utility