boost::asio::ip:address and boost::asio::<timer> compat fix - #546
Merged
Conversation
boost::asio::ip::address::from_string was deprecated in boost-1.66 and removed in boost-1.87 removed the check for boost version safe to use features available from boost-1.74 Signed-off-by: Bill Prendergast <dek.devel@baisenvar.info>
- boost::asio::deadline_timer is deprecated in boost-1.87 and no longer included in the boost/asio.hpp Convenience header from boost-1.89 - boost::posix_time::duration was pulled in by boost::asio::deadline_timer, the suggested replacement is cxx-11 std::chrono::duration, as the cmake file sets compilation using cxx-11 features, use the cxx-11 std::chrono Signed-off-by: Bill Prendergast <dek.devel@baisenvar.info>
Signed-off-by: Bill Prendergast <dek.devel@baisenvar.info>
vitalyster
approved these changes
Jul 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fixes compatibility with newer boost versions for
boost::asio::ip:address
boost::asio::deadline_timer / boost::asio::system_timer
fixes boost filesystem api v4 for smstools backend