authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-09-18 06:31:37+02:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-09-19 18:20:22-07:00
loga463c369cd9d0fe10dae4af41bbf6f47c32ee085
tree6021fd3fbd1fdca0ec13706b09af82fd71c411b0
parent6b96c70ba3c521ca1dd01cf8e9635174531c30bc

libcxx: Update to LLVM 19.1.0.


3 files changed, 8 insertions(+), 7 deletions(-)

lib/libcxx/include/__algorithm/three_way_comp_ref_type.h+1
......@@ -9,6 +9,7 @@
99#ifndef _LIBCPP___ALGORITHM_THREE_WAY_COMP_REF_TYPE_H
1010#define _LIBCPP___ALGORITHM_THREE_WAY_COMP_REF_TYPE_H
1111
12#include <__assert>
1213#include <__compare/ordering.h>
1314#include <__config>
1415#include <__utility/declval.h>
lib/libcxx/include/chrono+1-1
......@@ -1015,8 +1015,8 @@ constexpr chrono::year operator ""y(unsigned lo
10151015# include <charconv>
10161016# if !defined(_LIBCPP_HAS_NO_LOCALIZATION)
10171017# include <locale>
1018# include <ostream>
10181019# endif
1019# include <ostream>
10201020#endif
10211021
10221022#endif // _LIBCPP_CHRONO
lib/libcxx/include/format+6-6
......@@ -237,21 +237,21 @@ namespace std {
237237# include <cstdint>
238238# include <cstdlib>
239239# include <cstring>
240# include <cwchar>
241240# include <initializer_list>
242241# include <limits>
242# include <locale>
243243# include <new>
244244# include <optional>
245# include <queue>
246# include <stack>
245247# include <stdexcept>
246248# include <string>
247249# include <string_view>
248250# include <tuple>
249#endif
250251
251#if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
252# include <locale>
253# include <queue>
254# include <stack>
252# if !defined(_LIBCPP_HAS_NO_WIDE_CHARACTERS)
253# include <cwchar>
254# endif
255255#endif
256256
257257#endif // _LIBCPP_FORMAT