fixed linux compile

This commit is contained in:
2025-02-06 22:18:46 +01:00
parent 0b70f5d4ee
commit 3d90d9d6ee
4 changed files with 6 additions and 3 deletions
@@ -72,7 +72,7 @@ public:
template < class V >
void on_primary_key(const char *, V &x, std::enable_if_t<std::is_integral_v<V> && !std::is_same_v<bool, V>>* = nullptr);
void on_primary_key(const char *id, std::string &pk, size_t size);
void on_revision(const char *id, unsigned long long &rev);
void on_revision(const char *id, uint64_t &rev);
template<typename Type>
void on_attribute(const char *id, Type &x, const utils::field_attributes &attr = utils::null_attributes);