diff options
Diffstat (limited to 'test/std/utilities/tuple/tuple.tuple/tuple.rel/lt.pass.cpp')
-rw-r--r-- | test/std/utilities/tuple/tuple.tuple/tuple.rel/lt.pass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/std/utilities/tuple/tuple.tuple/tuple.rel/lt.pass.cpp b/test/std/utilities/tuple/tuple.tuple/tuple.rel/lt.pass.cpp index eac84a9c35f6..34aafb1e1347 100644 --- a/test/std/utilities/tuple/tuple.tuple/tuple.rel/lt.pass.cpp +++ b/test/std/utilities/tuple/tuple.tuple/tuple.rel/lt.pass.cpp @@ -195,7 +195,7 @@ int main() assert(!(t1 > t2)); assert(!(t1 >= t2)); } -#if _LIBCPP_STD_VER > 11 +#if _LIBCPP_STD_VER > 11 { typedef std::tuple<char, int, double> T1; typedef std::tuple<double, char, int> T2; |