Skip to content

Commit 8b85edb

Browse files
committed
Add comment explaining this is a temporary workaround
1 parent d254a7a commit 8b85edb

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

libcxx/test/libcxx/input.output/file.streams/fstreams/fstream.cons/wchar_pointer.pass.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
// This extension is only provided on Windows.
1717
// REQUIRES: windows
1818
// UNSUPPORTED: no-wide-characters
19+
20+
// TODO: This should not be necessary
1921
// ADDITIONAL_COMPILE_FLAGS:-D_LIBCPP_ENABLE_CXX26_REMOVED_CODECVT
2022

2123
#include <fstream>

libcxx/test/libcxx/input.output/file.streams/fstreams/fstream.members/open_wchar_pointer.pass.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
// This extension is only provided on Windows.
1717
// REQUIRES: windows
1818
// UNSUPPORTED: no-wide-characters
19+
20+
// TODO: This should not be necessary
1921
// ADDITIONAL_COMPILE_FLAGS:-D_LIBCPP_ENABLE_CXX26_REMOVED_CODECVT
2022

2123
#include <fstream>

libcxx/test/libcxx/input.output/file.streams/fstreams/ofstream.cons/wchar_pointer.pass.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
// This extension is only provided on Windows.
1717
// REQUIRES: windows
1818
// UNSUPPORTED: no-wide-characters
19+
20+
// TODO: This should not be necessary
1921
// ADDITIONAL_COMPILE_FLAGS:-D_LIBCPP_ENABLE_CXX26_REMOVED_CODECVT
2022

2123
#include <fstream>

libcxx/test/libcxx/input.output/file.streams/fstreams/ofstream.members/open_wchar_pointer.pass.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
// This extension is only provided on Windows.
1717
// REQUIRES: windows
1818
// UNSUPPORTED: no-wide-characters
19+
20+
// TODO: This should not be necessary
1921
// ADDITIONAL_COMPILE_FLAGS:-D_LIBCPP_ENABLE_CXX26_REMOVED_CODECVT
2022

2123
#include <fstream>

0 commit comments

Comments
 (0)