]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/boost-iostreams/Removeseekpos.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / boost-iostreams / Removeseekpos.patch
1 diff --git a/include/boost/iostreams/positioning.hpp b/include/boost/iostreams/positioning.hpp
2 index 12f2afc..709da7d 100644
3 --- a/include/boost/iostreams/positioning.hpp
4 +++ b/include/boost/iostreams/positioning.hpp
5 @@ -93,7 +93,7 @@ inline stream_offset fpos_t_to_offset(std::fpos_t pos)
6 inline std::fpos_t streampos_to_fpos_t(std::streampos pos)
7 {
8 # if defined (_CPPLIB_VER) || defined(__IBMCPP__)
9 - return pos.seekpos();
10 + return pos;
11 # else
12 return pos.get_fpos_t();
13 # endif