universal icon indicating copy to clipboard operation
universal copied to clipboard

make fixpnt trivially constructable

Open Ravenwater opened this issue 1 year ago • 0 comments

the fixpnt class currently fails std::is_trivial(). Integration into other environments, such as NumPy, requires types to be trivially constructible. Right now, fixpnt can't be integrated and we need to enable that.

Ravenwater avatar May 08 '23 15:05 Ravenwater