chore: try to comply to C++20 (#2978)

* chroe: add cstdint

* fix: remove <> from explicit function
This commit is contained in:
realstealthninja
2025-08-15 05:24:35 +00:00
committed by GitHub
parent e9caade55e
commit 79aeaa9b52
4 changed files with 489 additions and 478 deletions

View File

@@ -9,6 +9,7 @@
*/
#include <array>
#include <cassert>
#include <cstdint>
#include <iostream>
#include <memory>
#include <string>