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

This commit is contained in:
Benjamin Nauck
2025-03-27 19:01:33 +01:00
parent 99bb999deb
commit 1301b58296
7 changed files with 18 additions and 20 deletions

View File

@@ -43,6 +43,7 @@
#include <array>
#include <map>
#include <memory>
#include <numbers>
#include <set>
#include <sstream>
#include <stdexcept>