Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix for boost 1.70 (get_io_service() was deprecated and was removed)#878

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
deanberris merged 6 commits intocpp-netlib:0.13-releasefromenricodetoma:0.13-release
Aug 12, 2019
Merged
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Fix for boost 1.70 (get_io_service() was deprecated and was removed)
  • Loading branch information
@enricodetoma
enricodetoma committedAug 9, 2019
commit77adf2dac0823a7c4a8578035391a95a2e22890c
4 changes: 2 additions & 2 deletionsboost/network/compat.hpp
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
#ifndef BOOST_NETWORK_COMPAT_HPP__
#define BOOST_NETWORK_COMPAT_HPP__

// Copyright2010 (C)Dean Michael Berris
// Copyright2019 (C)Enrico Detoma
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)

// This macro is used to solve a compatibility problem with Boost >= 1.70
// where the deprecated method get_io_service() was removed
// where the deprecated method get_io_service() was removed.
#if BOOST_VERSION >= 107000
#define CPP_NETLIB_ASIO_GET_IO_SERVICE(s) ((boost::asio::io_context&)(s).get_executor().context())
#else
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp