This commit is contained in:
Scott E. Graves 2024-12-05 13:26:58 -06:00
parent 9b2310a3e7
commit ab09407c3d

View File

@ -27,7 +27,8 @@
namespace repertory {
class app_config;
auto create_meta_db(const app_config &cfg) -> std::unique_ptr<i_meta_db>;
[[nodiscard]] auto create_meta_db(const app_config &cfg)
-> std::unique_ptr<i_meta_db>;
} // namespace repertory
#endif // REPERTORY_INCLUDE_DB_META_DB_HPP_