Files
meta-openembedded/meta-oe/recipes-devtools
Khem Raj 8937be5718 nodejs: Fix build with libc++ 19
As noted in the libc++ 19 release notes [1], std::char_traits<> is now
only provided for char, char8_t, char16_t, char32_t and wchar_t, and any
instantiation for other types will fail.

This causes nodejs-20 to fail to compile with clang 19 and libc++ 19,
resulting in errors similar to:

    /usr/include/c++/v1/string:820:42: error: implicit instantiation of undefined template 'std::char_traits<unsigned short>'
      820 |   static_assert(is_same<_CharT, typename traits_type::char_type>::value,
          |                                          ^
    ../deps/v8/src/inspector/string-16.h:114:28: note: in instantiation of template class 'std::basic_string<unsigned short>' requested here
      114 |   std::basic_string<UChar> m_impl;
          |                            ^
    /usr/include/c++/v1/__fwd/string.h:23:29: note: template is declared here
       23 | struct _LIBCPP_TEMPLATE_VIS char_traits;
          |                             ^

Upstream v8 has fixed this in commit 182d9c05e78 [2], so add it as a
backported patch, until the next version of node is released.

[1] https://libcxx.llvm.org/ReleaseNotes/19.html#deprecations-and-removals
[2] https://chromium.googlesource.com/v8/v8.git/+/182d9c05e78

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-09-05 21:56:45 -07:00
..
2024-02-09 09:52:12 -08:00
2024-06-27 09:19:06 -07:00
2024-08-13 22:34:53 -07:00
2024-02-03 22:03:04 -08:00
2023-02-01 09:28:47 -08:00
2024-09-03 22:33:21 -07:00
2024-02-09 09:52:12 -08:00
2024-05-23 08:44:44 -07:00
2023-12-29 09:04:17 -08:00
2024-01-08 19:54:42 -08:00
2024-07-28 00:00:31 -07:00
2023-12-21 08:20:34 -08:00
2024-02-09 09:52:12 -08:00
2024-09-03 22:33:21 -07:00
2023-11-17 11:38:27 -08:00
2023-03-17 07:06:55 -07:00
2023-06-14 09:41:35 -07:00
2024-07-25 07:58:08 -07:00
2024-07-15 16:36:12 -07:00
2022-06-30 13:39:27 -04:00
2024-09-05 21:56:45 -07:00
2024-09-02 19:00:31 -07:00
2024-02-09 09:52:12 -08:00
2024-07-15 16:36:12 -07:00
2024-08-23 22:35:10 -07:00
2024-02-09 09:52:12 -08:00
2024-06-07 09:11:54 -07:00
2024-02-20 08:46:30 -08:00
2024-01-08 19:54:41 -08:00
2024-05-02 07:32:54 -07:00
2023-12-29 09:04:18 -08:00
2024-04-19 14:31:31 -07:00