Guard testing of tuple extensions to make tests portable

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@271065 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2016-05-27 22:41:45 +00:00
parent 7515c69b11
commit 1f21fcd10a
5 changed files with 16 additions and 2 deletions

View File

@@ -18,6 +18,7 @@
// LWG #2212 says that tuple_size and tuple_element must be
// available after including <utility>
#include <cstddef>
#include <utility>
#include <type_traits>