diff --git a/repertory/librepertory/include/app_config.hpp b/repertory/librepertory/include/app_config.hpp index 48dd8a87..b1d25a57 100644 --- a/repertory/librepertory/include/app_config.hpp +++ b/repertory/librepertory/include/app_config.hpp @@ -110,15 +110,12 @@ 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 - [[nodiscard]] auto get_value(const json &json_document, - const std::string &name, dest &dst, - bool &success_flag) -> bool { + auto get_value(const json &json_document, const std::string &name, dest &dst, + bool &success_flag) -> bool { REPERTORY_USES_FUNCTION_NAME(); auto ret{false};