Upgrade to C++23

This commit is contained in:
2022-06-25 22:16:21 +02:00
parent 38fb68ce2e
commit 3c13473d0c
27 changed files with 49 additions and 35 deletions

View File

@@ -155,7 +155,7 @@ namespace buildserver {
std::string get_hash_url(std::string hash)
{
return fmt::format(url_for_hashes, hash);
return fmt::format(fmt::runtime(url_for_hashes), hash);
}
std::string get_latest_url()