1 //===----------------------------------------------------------------------===//
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
14 // typedef OFF_T streamoff;
17 // These members were removed for C++17
19 #include "test_macros.h"
21 #include <type_traits>
25 #if TEST_STD_VER <= 14
26 static_assert((std::is_integral
<std::ios_base::streamoff
>::value
), "");
27 static_assert((std::is_signed
<std::ios_base::streamoff
>::value
), "");