Revert previous cleanup; I got too agressive removing #ifdefs
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@292809 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -31,6 +31,7 @@ int main()
|
|||||||
assert(i == 42);
|
assert(i == 42);
|
||||||
assert(s == "C++");
|
assert(s == "C++");
|
||||||
}
|
}
|
||||||
|
#if TEST_STD_VER > 11
|
||||||
{
|
{
|
||||||
static constexpr int i = 42;
|
static constexpr int i = 42;
|
||||||
static constexpr double f = 1.1;
|
static constexpr double f = 1.1;
|
||||||
@@ -38,4 +39,5 @@ int main()
|
|||||||
static_assert ( std::get<0>(t) == 42, "" );
|
static_assert ( std::get<0>(t) == 42, "" );
|
||||||
static_assert ( std::get<1>(t) == 1.1, "" );
|
static_assert ( std::get<1>(t) == 1.1, "" );
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user