mockingbirdnest / Principia

𝑛-Body and Extended Body Gravitation for Kerbal Space Program
MIT License
774 stars 70 forks source link

Use concepts to simplify our code #3892

Closed pleroy closed 8 months ago

pleroy commented 8 months ago

In this PR I am removing all uses of std::void_t, as it is the hardest trait to use.

Incidentally, this is changing Hilbert in a way that avoids a bug, so no need to #ifdef code anymore.