You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/05/15 23:12:14 UTC

[GitHub] merlimat opened a new pull request #1783: Fix build with boost >= 1.66

merlimat opened a new pull request #1783: Fix build with boost >= 1.66
URL: https://github.com/apache/incubator-pulsar/pull/1783
 
 
   ### Motivation
   
   The SSL context object constructor taking an `io_service` was already deprecated in boost 1.54 and it has been removed in boost 1.66.
   
   Ref: https://github.com/boostorg/asio/blob/boost-1.54.0/include/boost/asio/ssl/context.hpp#L62
   
   ### Modifications
   
   Use non-deprecated constructor.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services