Oliver Lee
Oliver Lee
Is there any desire to support allocator customization? I could imagine two uses cases: 1. running in a freestanding where the default allocator is not available. `pmr` could be used...
I think it would be convenient to have a way to convert an expression into a function object, allowing better interop with other C++ code. As far as I understand,...
When running `symengine` in aarch64-darwin, ClangTidy 18, and with defines `WITH_SYMENGINE_RCP` and `WITH_SYMENGINE_THREADSAFE`, I'm getting an error from the move constructor: ``` external/symengine/symengine/symengine_rcp.h:129:48: error: Assigned value is garbage or undefined...