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

Make this work with Boost 1.55.#746

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 1 commit intocpp-netlib:masterfromigorpeshansky:boost-1.55
Apr 4, 2017
Merged
Show file tree
Hide file tree
Changes fromall commits
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
2 changes: 1 addition & 1 deletionCMakeLists.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -49,7 +49,7 @@ add_definitions(-DBOOST_TEST_DYN_LINK)
# Always use multi-threaded Boost libraries.
set(Boost_USE_MULTI_THREADEDON)

find_package(Boost 1.58.0 REQUIRED COMPONENTSsystem thread)
find_package(Boost 1.55.0 REQUIRED COMPONENTSsystem thread)

if (CPP-NETLIB_ENABLE_HTTPS)
if (APPLE)
Expand Down
2 changes: 1 addition & 1 deletionlibs/network/src/server_request_parsers_impl.cpp
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,7 +10,7 @@

#defineBOOST_SPIRIT_UNICODE
#include<boost/spirit/include/qi.hpp>
#include<boost/fusion/include/std_tuple.hpp>
#include<boost/fusion/adapted/std_tuple.hpp>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Does this still work with later Boost versions?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

It should (this header ispresent in 1.63 and on what seems to be thedevelopment branch).

#include<boost/network/protocol/http/message/header.hpp>

namespaceboost {
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp