renamed basic_types enumerations

This commit is contained in:
2025-12-08 20:04:04 +01:00
parent d4ef97ef5a
commit 108eca4e53
26 changed files with 302 additions and 302 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ private:
[[nodiscard]] virtual size_t hash() const = 0;
std::type_index type_index_;
basic_type type_{basic_type::type_null};
basic_type type_{basic_type::Null};
};
template<class IdType>