You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
trying to create a function with constexpr mipp::Reg<float> return, the compiler refuses with following error message:
/home/ayguen/.local/include/mipp/mipp_object.hxx:23:7: note: ‘mipp::Reg’ is not literal because:
23 | class Reg
| ^~~
/home/ayguen/.local/include/mipp/mipp_object.hxx:23:7: note: ‘mipp::Reg’ has a non-trivial destructor
haven't dived into the sources yet ..
why is there any need for a non-trivial destructor?
is there a simple way to deactivate it?
The text was updated successfully, but these errors were encountered:
trying to create a function with
constexpr mipp::Reg<float>
return, the compiler refuses with following error message:haven't dived into the sources yet ..
why is there any need for a non-trivial destructor?
is there a simple way to deactivate it?
The text was updated successfully, but these errors were encountered: