mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
Release Cosmopolitan v3.6.0
This release is an atomic upgrade to GCC 14.1.0 with C23 and C++23
This commit is contained in:
parent
62ace3623a
commit
5660ec4741
1585 changed files with 117353 additions and 271644 deletions
3
third_party/libcxx/cstdlib
vendored
3
third_party/libcxx/cstdlib
vendored
|
@ -81,7 +81,6 @@ void *aligned_alloc(size_t alignment, size_t size); // C11
|
|||
|
||||
*/
|
||||
|
||||
#include <__assert> // all public C++ headers provide the assertion handler
|
||||
#include <__config>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
@ -136,10 +135,12 @@ using ::div _LIBCPP_USING_IF_EXISTS;
|
|||
using ::ldiv _LIBCPP_USING_IF_EXISTS;
|
||||
using ::lldiv _LIBCPP_USING_IF_EXISTS;
|
||||
using ::mblen _LIBCPP_USING_IF_EXISTS;
|
||||
#ifndef _LIBCPP_HAS_NO_WIDE_CHARACTERS
|
||||
using ::mbtowc _LIBCPP_USING_IF_EXISTS;
|
||||
using ::wctomb _LIBCPP_USING_IF_EXISTS;
|
||||
using ::mbstowcs _LIBCPP_USING_IF_EXISTS;
|
||||
using ::wcstombs _LIBCPP_USING_IF_EXISTS;
|
||||
#endif
|
||||
#if !defined(_LIBCPP_CXX03_LANG)
|
||||
using ::at_quick_exit _LIBCPP_USING_IF_EXISTS;
|
||||
using ::quick_exit _LIBCPP_USING_IF_EXISTS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue