merlimat opened a new pull request #9533:
URL: https://github.com/apache/pulsar/pull/9533


   ### Motivation
   
   Remove boost::regex which is the only remaining runtime boost dependency.
   
   ### Changes
   
   Removed the usage of `boost::regex`, substituting with `std::regex`. We only 
need to use boost::regex with old gcc versions that have buggy implementation 
of regexes. In particular, this happens with G++ 4.8.2  which is the one used 
when building `manylinux1` Python wheel files.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to