Re: [PATCH 2/2] libstdc++: Ensure std::make_unsigned works for 128-bit enum

2025-07-14 Thread Tomasz Kaminski
On Mon, Jul 14, 2025 at 10:35 PM Jonathan Wakely wrote: > libstdc++-v3/ChangeLog: > > * include/std/type_traits (__make_unsigned_selector): Add > unsigned __int128 to type list. > * testsuite/20_util/make_unsigned/int128.cc: New test. > --- > > Tested x86_64-linux. > LGTM.

[PATCH 2/2] libstdc++: Ensure std::make_unsigned works for 128-bit enum

2025-07-14 Thread Jonathan Wakely
libstdc++-v3/ChangeLog: * include/std/type_traits (__make_unsigned_selector): Add unsigned __int128 to type list. * testsuite/20_util/make_unsigned/int128.cc: New test. --- Tested x86_64-linux. libstdc++-v3/include/std/type_traits | 7 ++- .../testsuit