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 d0dc4c00ef
commit 821327b4cd
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>