Skip to content

Commit 764c899

Browse files
committed
[libc++] Removes a Clang 16 Windows workaround.
1 parent a11a432 commit 764c899

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

libcxx/include/sstream

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -330,14 +330,6 @@ typedef basic_stringstream<wchar_t> wstringstream;
330330
_LIBCPP_PUSH_MACROS
331331
#include <__undef_macros>
332332

333-
// TODO(LLVM-19): Remove this once we drop support for Clang 16,
334-
// which had this bug: https://github.com/llvm/llvm-project/issues/40363
335-
#ifdef _WIN32
336-
# define _LIBCPP_HIDE_FROM_ABI_SSTREAM _LIBCPP_ALWAYS_INLINE
337-
#else
338-
# define _LIBCPP_HIDE_FROM_ABI_SSTREAM _LIBCPP_HIDE_FROM_ABI
339-
#endif
340-
341333
_LIBCPP_BEGIN_NAMESPACE_STD
342334

343335
// Class template basic_stringbuf [stringbuf]

0 commit comments

Comments
 (0)