From a8fc6fc51c6c9ef90ae1480f0ff4448d69b0e235 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Mon, 29 Apr 2024 12:27:59 +0200 Subject: Small changes to allow gsl-lite support The gsl-lite implementation is slightly more picky in terms of type conversions and constness resolution in initializers, therefore small changes were needed. --- src/other_tools/root_maps/distdir_git_map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/other_tools/root_maps/distdir_git_map.cpp') diff --git a/src/other_tools/root_maps/distdir_git_map.cpp b/src/other_tools/root_maps/distdir_git_map.cpp index e003e000..c1d9bd11 100644 --- a/src/other_tools/root_maps/distdir_git_map.cpp +++ b/src/other_tools/root_maps/distdir_git_map.cpp @@ -254,7 +254,7 @@ auto CreateDistdirGitMap( if (not EnsureAbsentRootOnServe( distdir_tree_id, StorageConfig::GitRoot(), - *remote_api, + &(*remote_api.value()), logger, true /*no_sync_is_fatal*/)) { return; -- cgit v1.2.3