updated build system
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit
This commit is contained in:
parent
ab40037cb4
commit
4049af94dc
@ -103,6 +103,7 @@ public:
|
|||||||
value_);
|
value_);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if defined(PROJECT_ENABLE_JSON)
|
||||||
[[nodiscard]] auto get_value_as_json() const -> nlohmann::json {
|
[[nodiscard]] auto get_value_as_json() const -> nlohmann::json {
|
||||||
return std::visit(
|
return std::visit(
|
||||||
overloaded{
|
overloaded{
|
||||||
@ -113,6 +114,7 @@ public:
|
|||||||
},
|
},
|
||||||
value_);
|
value_);
|
||||||
}
|
}
|
||||||
|
#endif // defined(PROJECT_ENABLE_JSON)
|
||||||
};
|
};
|
||||||
|
|
||||||
template <typename ctx_t> class db_row final {
|
template <typename ctx_t> class db_row final {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user