We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a11a432 commit 764c899Copy full SHA for 764c899
libcxx/include/sstream
@@ -330,14 +330,6 @@ typedef basic_stringstream<wchar_t> wstringstream;
330
_LIBCPP_PUSH_MACROS
331
#include <__undef_macros>
332
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
-
341
_LIBCPP_BEGIN_NAMESPACE_STD
342
343
// Class template basic_stringbuf [stringbuf]
0 commit comments