File tree Expand file tree Collapse file tree 5 files changed +14
-2
lines changed
test/libcxx/input.output/file.streams/fstreams Expand file tree Collapse file tree 5 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ class codecvt_utf8_utf16
63
63
# pragma GCC system_header
64
64
#endif
65
65
66
- #if _LIBCPP_STD_VER < 26 || defined(_LIBCPP_ENABLE_CXX26_REMOVED_CODECVT)
66
+ #if _LIBCPP_STD_VER < 26 || defined(_LIBCPP_BUILDING_LIBRARY) || defined( _LIBCPP_ENABLE_CXX26_REMOVED_CODECVT)
67
67
68
68
_LIBCPP_BEGIN_NAMESPACE_STD
69
69
@@ -555,7 +555,7 @@ _LIBCPP_SUPPRESS_DEPRECATED_POP
555
555
556
556
_LIBCPP_END_NAMESPACE_STD
557
557
558
- #endif // _LIBCPP_STD_VER < 26 || defined(_LIBCPP_ENABLE_CXX26_REMOVED_CODECVT)
558
+ #endif // _LIBCPP_STD_VER < 26 || defined(_LIBCPP_BUILDING_LIBRARY) || defined( _LIBCPP_ENABLE_CXX26_REMOVED_CODECVT)
559
559
560
560
#if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
561
561
# include < atomic>
Original file line number Diff line number Diff line change 17
17
// REQUIRES: windows
18
18
// UNSUPPORTED: no-wide-characters
19
19
20
+ // TODO: This should not be necessary
21
+ // ADDITIONAL_COMPILE_FLAGS:-D_LIBCPP_ENABLE_CXX26_REMOVED_CODECVT
22
+
20
23
#include < fstream>
21
24
#include < cassert>
22
25
#include " test_macros.h"
Original file line number Diff line number Diff line change 17
17
// REQUIRES: windows
18
18
// UNSUPPORTED: no-wide-characters
19
19
20
+ // TODO: This should not be necessary
21
+ // ADDITIONAL_COMPILE_FLAGS:-D_LIBCPP_ENABLE_CXX26_REMOVED_CODECVT
22
+
20
23
#include < fstream>
21
24
#include < cassert>
22
25
#include " test_macros.h"
Original file line number Diff line number Diff line change 17
17
// REQUIRES: windows
18
18
// UNSUPPORTED: no-wide-characters
19
19
20
+ // TODO: This should not be necessary
21
+ // ADDITIONAL_COMPILE_FLAGS:-D_LIBCPP_ENABLE_CXX26_REMOVED_CODECVT
22
+
20
23
#include < fstream>
21
24
#include < cassert>
22
25
#include " test_macros.h"
Original file line number Diff line number Diff line change 17
17
// REQUIRES: windows
18
18
// UNSUPPORTED: no-wide-characters
19
19
20
+ // TODO: This should not be necessary
21
+ // ADDITIONAL_COMPILE_FLAGS:-D_LIBCPP_ENABLE_CXX26_REMOVED_CODECVT
22
+
20
23
#include < fstream>
21
24
#include < cassert>
22
25
#include " test_macros.h"
You can’t perform that action at this time.
0 commit comments