fixed backend tests

This commit is contained in:
Sascha Kühl
2025-02-13 16:13:20 +01:00
parent 2efb106fc3
commit 336b2a7342
17 changed files with 142 additions and 46 deletions
+1
View File
@@ -68,6 +68,7 @@ public:
[[nodiscard]] size_t size() const;
[[nodiscard]] basic_type type() const;
void type(basic_type t);
[[nodiscard]] bool is_integer() const;
[[nodiscard]] bool is_floating_point() const;