Commit 338977a
authored
Changed the min boost version to 1.88.0 for MacOS (#1337)
Changed the min boost version to 1.88.0 for MacOS due to Boost library
bug boostorg/thread#402.
See a sample failing build
[here](https://github.com/hazelcast/hazelcast-cpp-client/actions/runs/18668934465/job/53225966723)
```
client/hazelcast/include/hazelcast/client/serialization/pimpl/compact/compact.h:22:
2025-10-21T00:34:58.0477540Z /usr/local/include/boost/thread/future.hpp:4672:19: error: no member named 'that' in 'run_it<FutureExecutorContinuationSharedState>'; did you mean 'that_'?
2025-10-21T00:34:58.0478130Z 4672 | that_=x.that;
2025-10-21T00:34:58.0478870Z | ^~~~
2025-10-21T00:34:58.0479160Z | that_
2025-10-21T00:34:58.0479550Z /usr/local/include/boost/thread/future.hpp:4650:55: note: 'that_' declared here
```1 parent e1a9292 commit 338977a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments