refactor: limits.h removed and the contents moved to quantity.h and quantity_point.h

Resolves #673
This commit is contained in:
Mateusz Pusz
2025-02-06 17:16:12 +01:00
parent 51559d094b
commit c6e95a9fc7
6 changed files with 120 additions and 157 deletions

View File

@ -20,7 +20,6 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
#include <mp-units/limits.h>
#include <mp-units/systems/si.h>
#ifdef MP_UNITS_IMPORT_STD
import std;