You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Reference_Manual.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -231,7 +231,7 @@ The above code will install `hazelcast-cpp-client` with its `boost` and `openssl
231
231
1. Linux, macOS or Windows
232
232
2. A compiler that supports C++11
233
233
3.[CMake](https://cmake.org) 3.10 or above
234
-
4.[Boost](https://www.boost.org) 1.71 or above
234
+
4.[Boost](https://www.boost.org) 1.71 or above. Minimum boost version is upgraded to 1.73 for Windows due to [this](https://github.com/chriskohlhoff/asio/issues/431) bug.
0 commit comments