updated build system
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit

This commit is contained in:
Scott E. Graves 2024-10-12 13:17:59 -05:00
parent ab40037cb4
commit 4049af94dc

View File

@ -103,6 +103,7 @@ public:
value_);
}
#if defined(PROJECT_ENABLE_JSON)
[[nodiscard]] auto get_value_as_json() const -> nlohmann::json {
return std::visit(
overloaded{
@ -113,6 +114,7 @@ public:
},
value_);
}
#endif // defined(PROJECT_ENABLE_JSON)
};
template <typename ctx_t> class db_row final {