]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/brpc/fix_boost_ptr.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / brpc / fix_boost_ptr.patch
CommitLineData
1e59de90
TL
1diff --git a/src/brpc/policy/thrift_protocol.cpp b/src/brpc/policy/thrift_protocol.cpp
2index eae081a0..39c92338 100755
3--- a/src/brpc/policy/thrift_protocol.cpp
4+++ b/src/brpc/policy/thrift_protocol.cpp
5@@ -45,8 +45,7 @@
6 #if defined(_THRIFT_STDCXX_H_)
7 # define THRIFT_STDCXX apache::thrift::stdcxx
8 #else
9- # define THRIFT_STDCXX boost
10- # include <boost/make_shared.hpp>
11+ # define THRIFT_STDCXX std
12 #endif
13 #endif
14