mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-08 14:54:42 +00:00
See: * https://discourse.llvm.org/t/rfc-freezing-c-03-headers-in-libc/77319 * https://discourse.llvm.org/t/rfc-project-hand-in-hand-llvm-libc-libc-code-sharing/77701 We're dropping support for C++03 for Zig due to the first change; it would be insane to ship 1018 duplicate header files just for this outdated use case. As a result of the second change, I had to bring in a subset of the headers from llvm-libc since libc++ now depends on these. Hopefully we can continue to get away with not copying the entirety of llvm-libc. |
||
|---|---|---|
| .. | ||
| access.h | ||
| all.h | ||
| as_rvalue_view.h | ||
| chunk_by_view.h | ||
| common_view.h | ||
| concepts.h | ||
| container_compatible_range.h | ||
| counted.h | ||
| dangling.h | ||
| data.h | ||
| drop_view.h | ||
| drop_while_view.h | ||
| elements_view.h | ||
| empty.h | ||
| empty_view.h | ||
| enable_borrowed_range.h | ||
| enable_view.h | ||
| filter_view.h | ||
| from_range.h | ||
| iota_view.h | ||
| istream_view.h | ||
| join_view.h | ||
| lazy_split_view.h | ||
| movable_box.h | ||
| non_propagating_cache.h | ||
| owning_view.h | ||
| range_adaptor.h | ||
| rbegin.h | ||
| ref_view.h | ||
| rend.h | ||
| repeat_view.h | ||
| reverse_view.h | ||
| single_view.h | ||
| size.h | ||
| split_view.h | ||
| subrange.h | ||
| take_view.h | ||
| take_while_view.h | ||
| to.h | ||
| transform_view.h | ||
| view_interface.h | ||
| views.h | ||
| zip_view.h | ||