aboutsummaryrefslogtreecommitdiff
path: root/ports/hpx/boost-1.73.patch
diff options
context:
space:
mode:
authorHartmut Kaiser <hartmut.kaiser@gmail.com>2020-09-03 13:27:20 -0500
committerGitHub <noreply@github.com>2020-09-03 11:27:20 -0700
commit77b9beb59312f85602282def9b4bbd1744f16d40 (patch)
tree1b99c20fa7481b8a8d158de0a59e274350223ae8 /ports/hpx/boost-1.73.patch
parent99754d1c0b5c2bcec659823ca7362873302d1904 (diff)
downloadvcpkg-77b9beb59312f85602282def9b4bbd1744f16d40.tar.gz
vcpkg-77b9beb59312f85602282def9b4bbd1744f16d40.zip
Adapting for HPX V1.5 (#13309)
Diffstat (limited to 'ports/hpx/boost-1.73.patch')
-rw-r--r--ports/hpx/boost-1.73.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/ports/hpx/boost-1.73.patch b/ports/hpx/boost-1.73.patch
deleted file mode 100644
index d45e5cc7f..000000000
--- a/ports/hpx/boost-1.73.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/runtime/agas/addressing_service.cpp b/src/runtime/agas/addressing_service.cpp
-index f30760c..7c2785e 100644
---- a/src/runtime/agas/addressing_service.cpp
-+++ b/src/runtime/agas/addressing_service.cpp
-@@ -2356,6 +2356,8 @@ void addressing_service::register_counter_types()
- util::bind_front(
- &addressing_service::get_cache_erase_entry_time, this));
-
-+ using util::placeholders::_1;
-+ using util::placeholders::_2;
- performance_counters::generic_counter_type_data const counter_types[] =
- {
- { "/agas/count/cache/entries", performance_counters::counter_raw,