intx icon indicating copy to clipboard operation
intx copied to clipboard

Add support for `operator <=>`

Open chfast opened this issue 2 years ago • 0 comments

It seems current intx implementation is not compatible with C++20 operator <=>.

The test case is something like:

struct S
{
    intx::uint256 x;

    operator<=>() = default;
}

chfast avatar Sep 03 '23 11:09 chfast