mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-04 03:32:27 +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
10
third_party/libcxx/__fwd/string_view.h
vendored
10
third_party/libcxx/__fwd/string_view.h
vendored
|
@ -11,7 +11,7 @@
|
|||
#define _LIBCPP___FWD_STRING_VIEW_H
|
||||
|
||||
#include <__config>
|
||||
#include <iosfwd> // char_traits
|
||||
#include <__fwd/string.h>
|
||||
|
||||
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
|
||||
# pragma GCC system_header
|
||||
|
@ -19,17 +19,17 @@
|
|||
|
||||
_LIBCPP_BEGIN_NAMESPACE_STD
|
||||
|
||||
template<class _CharT, class _Traits = char_traits<_CharT> >
|
||||
template <class _CharT, class _Traits = char_traits<_CharT> >
|
||||
class _LIBCPP_TEMPLATE_VIS basic_string_view;
|
||||
|
||||
typedef basic_string_view<char> string_view;
|
||||
typedef basic_string_view<char> string_view;
|
||||
#ifndef _LIBCPP_HAS_NO_CHAR8_T
|
||||
typedef basic_string_view<char8_t> u8string_view;
|
||||
typedef basic_string_view<char8_t> u8string_view;
|
||||
#endif
|
||||
typedef basic_string_view<char16_t> u16string_view;
|
||||
typedef basic_string_view<char32_t> u32string_view;
|
||||
#ifndef _LIBCPP_HAS_NO_WIDE_CHARACTERS
|
||||
typedef basic_string_view<wchar_t> wstring_view;
|
||||
typedef basic_string_view<wchar_t> wstring_view;
|
||||
#endif
|
||||
|
||||
// clang-format off
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue