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 T3 seek_dir;
17 // These members were removed for C++17
19 #include "test_macros.h"
25 #if TEST_STD_VER <= 14
26 std::strstream::seek_dir b
= std::strstream::cur
;
27 assert(b
== std::ios::cur
);