repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 24.04.3.4
[LibreOffice.git]
/
external
/
gpgmepp
/
c++20.patch
blob
3141dca1ea704cc8804c3cdb9296d46c92878fcc
1
--- lang/cpp/src/keylistresult.cpp
2
+++ lang/cpp/src/keylistresult.cpp
3
@@ -77,7 +77,7 @@
4
5
void GpgME::KeyListResult::detach()
6
{
7
- if (!d || d.unique()) {
8
+ if (!d || d.use_count() == 1) {
9
return;
10
}
11
d.reset(new Private(*d));