[PATCH 1/3] libstdc++: Implement std::philox_engine for targets without __int128

Jakub Jelinek jakub@redhat.com
Wed Dec 17 20:20:47 GMT 2025


On Wed, Dec 17, 2025 at 07:50:15PM +0000, Jonathan Wakely wrote:
> +      __rand_uint128(const __rand_uint128&) = default;
> +      __rand_uint128& operator=(const __rand_uint128&) = default;

You could use type instead of __rand_uint128 in these arguments too.

Otherwise LGTM, but what do I know about C++ ;)

	Jakub



More information about the Libstdc++ mailing list