json icon indicating copy to clipboard operation
json copied to clipboard

type conversion between std::complex and value

Open vinniefalco opened this issue 3 years ago • 3 comments

The library should support std::complex natively

vinniefalco avatar Feb 28 '21 05:02 vinniefalco

This can come after array/tuple/pair (those are more important)

vinniefalco avatar Feb 28 '21 05:02 vinniefalco

Should we deduce complex by checking whether x.real and x.imag exist?

grisumbras avatar May 23 '21 07:05 grisumbras

that would be nice

vinniefalco avatar May 23 '21 12:05 vinniefalco