[zeroc-ice] Fix error C2039: 'binary_function': is not a member of 'std' (#33333)

This commit is contained in:
Cheney Wang 2023-08-24 12:41:29 +08:00 committed by GitHub
parent c0efe07140
commit fbaaad1eb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 23 additions and 3 deletions

View File

@ -0,0 +1,12 @@
diff --git a/cpp/include/IceUtil/Timer.h b/cpp/include/IceUtil/Timer.h
index 177a7f8..19b8c09 100644
--- a/cpp/include/IceUtil/Timer.h
+++ b/cpp/include/IceUtil/Timer.h
@@ -12,6 +12,7 @@
#include <set>
#include <map>
+#include <functional>
namespace IceUtil
{

View File

@ -4,7 +4,10 @@ vcpkg_from_github(
REPO zeroc-ice/ice
REF "v${VERSION}"
SHA512 07d7c439fbe1f69d808d05a11f32e09cdd8d4df2a93b6f253496304e0a521d417212ae688e316b4450dae406b59d1a460025b51ecd0614c69e48d86c0a6f81c5
PATCHES mcppd_fix.patch no-werror.patch
PATCHES
mcppd_fix.patch
no-werror.patch
fix-missing-functional.patch
)
set(RELEASE_TRIPLET ${TARGET_TRIPLET}-rel)

View File

@ -1,7 +1,7 @@
{
"name": "zeroc-ice",
"version": "3.7.9",
"port-version": 1,
"port-version": 2,
"maintainers": "Benjamin Oldenburg <benjamin.oldenburg@ordis.co.th>",
"description": "Comprehensive RPC framework with support for C++, CSharp, Java, JavaScript, Python and more.",
"homepage": "https://github.com/zeroc-ice/ice",

View File

@ -9042,7 +9042,7 @@
},
"zeroc-ice": {
"baseline": "3.7.9",
"port-version": 1
"port-version": 2
},
"zeromq": {
"baseline": "2023-06-20",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "dc07eee81cdf5c66efc83d606c635e722ef23d39",
"version": "3.7.9",
"port-version": 2
},
{
"git-tree": "bb449d6446b3700170a831c0b155d58be3613a26",
"version": "3.7.9",