Khem Raj 5bcd695a81 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>
Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2025-02-04 15:04:49 -08:00
..
2024-02-09 09:52:12 -08:00
2024-08-21 16:43:25 -04:00
2023-11-17 11:38:25 -08:00
2024-02-03 22:03:04 -08:00
2023-02-01 09:28:47 -08:00
2025-01-20 19:45:24 -05:00
2025-01-20 19:45:30 -05:00
2024-02-09 09:52:12 -08:00
2024-06-24 07:37:16 -04:00
2023-12-29 09:04:17 -08:00
2023-12-21 08:20:34 -08:00
2023-11-11 09:26:41 -08:00
2024-02-09 09:52:12 -08:00
2024-02-09 09:52:12 -08:00
2024-02-09 09:52:12 -08: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
2023-09-07 10:31:19 -07:00
2024-04-30 10:59:05 -07:00
2025-02-04 15:04:49 -08:00
2023-08-11 09:36:03 -07:00
2025-01-20 19:25:38 -05:00
2024-02-09 09:52:12 -08:00
2024-12-15 14:00:50 -05:00
2023-10-04 13:09:38 -07:00
2024-02-09 09:52:12 -08:00
2024-12-27 09:24:48 -05:00
2024-01-08 19:54:41 -08:00
2023-12-21 08:00:40 -08:00
2023-12-29 09:04:18 -08:00
2024-10-15 16:59:45 -04:00
2024-04-21 10:52:49 -07:00