libcxx: Backport llvm/llvm-project#134874.
https://github.com/llvm/llvm-project/pull/134874
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user