Skip to content

Commit 6269351

Browse files
authored
Windows boost dependency upgrade is added to Reference_Manual.md (#1165)
1 parent 75b231e commit 6269351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Reference_Manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ The above code will install `hazelcast-cpp-client` with its `boost` and `openssl
231231
1. Linux, macOS or Windows
232232
2. A compiler that supports C++11
233233
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.
235235
5. [OpenSSL](https://www.openssl.org) (optional)
236236

237237
#### 1.1.3.2. Downloading Source Code

0 commit comments

Comments
 (0)