Update boost-iostreams to the same style as the other Boost ports.#5042
Update boost-iostreams to the same style as the other Boost ports.#5042chrullrich wants to merge 2 commits intomicrosoft:masterfrom chrullrich:boost-iostreams-4468
Conversation
|
I see a failure in the cartographer port on x64-windows and x86-windows. It has a dependency on boost-iostreams. |
|
@chrullrich, could you also update CONTROL revision in https://github.com/Microsoft/vcpkg/blob/master/ports/boost-iostreams/CONTROL? See more information in https://github.com/Microsoft/vcpkg/blob/master/docs/maintainers/control-files.md |
|
@ras0219-msft, you mentioned the other day that there was somthing about boost-iostreams that made it unique so you added the CMakeLists.txt. Could you remind me what that was? It was added for boost 1.67 and I am wondering if it still applies to 1.69 and also if it is related to the cartogropher port failures in this PR. |
|
@chrullrich Thanks for the PR; the reason we have a separate style for this library compared to the other boost libraries is because:
|
Fixes #4468. I think.