Skip to content

Commit 3653e3d

Browse files
authored
Merge pull request #2165 from jwillemsen/jwi-vcpkg
Upgrade to vcpkg 2023.11.20
2 parents fb48cc3 + f605c60 commit 3653e3d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
- name: Install vcpkg
132132
uses: lukka/run-vcpkg@v11
133133
with:
134-
vcpkgGitCommitId: 5b1214315250939257ef5d62ecdcbca18cf4fb1c
134+
vcpkgGitCommitId: a42af01b72c28a8e1d7b48107b33e4f286a55ef6
135135
runVcpkgInstall: true
136136
- name: create $ACE_ROOT/ace/config.h
137137
run: |

ACE/ace/Future.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ ACE_Future_Rep<T>::attach (ACE_Future_Observer<T> *observer,
245245
if (this->value_ == 0)
246246
result = this->observer_collection_.insert (observer);
247247
else
248-
observer->update (caller);
248+
observer->update (caller);
249249

250250
return result;
251251
}

0 commit comments

Comments
 (0)