This commit is contained in:
Scott E. Graves 2024-12-10 12:43:49 -06:00
parent cc1000e73b
commit 555824d913

View File

@ -110,14 +110,11 @@ private:
mutable std::recursive_mutex remote_mount_mutex_;
private:
[[nodiscard]] auto get_database_value(const json &json_document,
const std::string &name,
database_type &dst, bool &success_flag)
-> bool;
auto get_database_value(const json &json_document, const std::string &name,
database_type &dst, bool &success_flag) -> bool;
template <typename dest>
[[nodiscard]] auto get_value(const json &json_document,
const std::string &name, dest &dst,
auto get_value(const json &json_document, const std::string &name, dest &dst,
bool &success_flag) -> bool {
REPERTORY_USES_FUNCTION_NAME();