mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
libcxx: Backport llvm/llvm-project#134874.
https://github.com/llvm/llvm-project/pull/134874
This commit is contained in:
parent
8f03217f3e
commit
9e21ba12d5
1 changed files with 2 additions and 2 deletions
4
lib/libcxx/include/istream
vendored
4
lib/libcxx/include/istream
vendored
|
|
@ -1373,6 +1373,8 @@ extern template class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS basic_iostream<char>;
|
|||
|
||||
_LIBCPP_END_NAMESPACE_STD
|
||||
|
||||
_LIBCPP_POP_MACROS
|
||||
|
||||
# endif // _LIBCPP_HAS_LOCALIZATION
|
||||
|
||||
# if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
|
||||
|
|
@ -1382,8 +1384,6 @@ _LIBCPP_END_NAMESPACE_STD
|
|||
# include <type_traits>
|
||||
# endif
|
||||
|
||||
_LIBCPP_POP_MACROS
|
||||
|
||||
#endif // __cplusplus < 201103L && defined(_LIBCPP_USE_FROZEN_CXX03_HEADERS)
|
||||
|
||||
#endif // _LIBCPP_ISTREAM
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue