@dmnks commented on this pull request.


> @@ -124,6 +123,19 @@ static rpmRC delete_file_store(std::string path)
     return RPMRC_OK;
 }
 
+/* Friend wrapper for private delete_key() that falls back to short key IDs */
+static rpmRC rpm::delete_key(auto keystore, rpmtxn txn, rpmPubkey key, auto 
skip)

I stand corrected - the `rpm::` namespace does have to be used in the 
declaration, since the `friend` declarations are located in the keystore 
classes, which themselves are in the `rpm` namespace.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/4005#discussion_r2439799043
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/pull/4005/review/[email protected]>
_______________________________________________
Rpm-maint mailing list
[email protected]
https://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to