mirror of
https://github.com/ziglang/zig.git
synced 2024-11-13 23:52:57 +00:00
libcxx: Update to LLVM 19.1.0.
This commit is contained in:
parent
6b96c70ba3
commit
a463c369cd
@ -9,6 +9,7 @@
|
||||
#ifndef _LIBCPP___ALGORITHM_THREE_WAY_COMP_REF_TYPE_H
|
||||
#define _LIBCPP___ALGORITHM_THREE_WAY_COMP_REF_TYPE_H
|
||||
|
||||
#include <__assert>
|
||||
#include <__compare/ordering.h>
|
||||
#include <__config>
|
||||
#include <__utility/declval.h>
|
||||
|
2
lib/libcxx/include/chrono
vendored
2
lib/libcxx/include/chrono
vendored
@ -1015,8 +1015,8 @@ constexpr chrono::year operator ""y(unsigned lo
|
||||
# include <charconv>
|
||||
# if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
|
||||
# include <locale>
|
||||
# include <ostream>
|
||||
# endif
|
||||
# include <ostream>
|
||||
#endif
|
||||
|
||||
#endif // _LIBCPP_CHRONO
|
||||
|
12
lib/libcxx/include/format
vendored
12
lib/libcxx/include/format
vendored
@ -237,21 +237,21 @@ namespace std {
|
||||
# include <cstdint>
|
||||
# include <cstdlib>
|
||||
# include <cstring>
|
||||
# include <cwchar>
|
||||
# include <initializer_list>
|
||||
# include <limits>
|
||||
# include <locale>
|
||||
# include <new>
|
||||
# include <optional>
|
||||
# include <queue>
|
||||
# include <stack>
|
||||
# include <stdexcept>
|
||||
# include <string>
|
||||
# include <string_view>
|
||||
# include <tuple>
|
||||
#endif
|
||||
|
||||
#if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
|
||||
# include <locale>
|
||||
# include <queue>
|
||||
# include <stack>
|
||||
# if !defined(_LIBCPP_HAS_NO_WIDE_CHARACTERS)
|
||||
# include <cwchar>
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#endif // _LIBCPP_FORMAT
|
||||
|
Loading…
Reference in New Issue
Block a user