Skip to content

Commit

Permalink
Merge pull request #2165 from jwillemsen/jwi-vcpkg
Browse files Browse the repository at this point in the history
Upgrade to vcpkg 2023.11.20
  • Loading branch information
jwillemsen authored Nov 22, 2023
2 parents fb48cc3 + f605c60 commit 3653e3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Install vcpkg
uses: lukka/run-vcpkg@v11
with:
vcpkgGitCommitId: 5b1214315250939257ef5d62ecdcbca18cf4fb1c
vcpkgGitCommitId: a42af01b72c28a8e1d7b48107b33e4f286a55ef6
runVcpkgInstall: true
- name: create $ACE_ROOT/ace/config.h
run: |
Expand Down
2 changes: 1 addition & 1 deletion ACE/ace/Future.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ ACE_Future_Rep<T>::attach (ACE_Future_Observer<T> *observer,
if (this->value_ == 0)
result = this->observer_collection_.insert (observer);
else
observer->update (caller);
observer->update (caller);

return result;
}
Expand Down

0 comments on commit 3653e3d

Please sign in to comment.