renamed basic_types enumerations
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user