Import: Use std::numeric_limits and std::numbers instead of defines

This commit is contained in:
Benjamin Nauck
2025-03-27 19:00:50 +01:00
parent e2da3bce46
commit c1c14a6817
12 changed files with 9 additions and 20 deletions

View File

@@ -25,7 +25,6 @@
#define WNT // avoid conflict with GUID
#endif
#ifndef _PreComp_
#include <climits>
#include <iostream>
#include <QString>