mpusz / mp-units

The quantities and units library for C++
https://mpusz.github.io/mp-units/
MIT License
994 stars 79 forks source link

Allow configuring GSL library use #576

Closed AnthonyVH closed 1 month ago

AnthonyVH commented 1 month ago

I am working on a project which uses ms-gsl all throughout its codebase. Unfortunately this clashes with gsl-lite which is used in mp-units. I.e. I'd like to adopt the use of mp-units, but can't right now because of this.

As far as I can see gsl-lite is only used for the expect and assert functionality it provides.

Would it be possible to either:

mpusz commented 1 month ago

Hi @AnthonyVH, thanks for the excellent feedback. I will try to provide such a customization soon.

AnthonyVH commented 1 month ago

Wow, that was extremely fast. Thanks a lot!