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

Commit7a5388b

Browse files
committed
Make this work with Boost 1.55.
1 parent03f6d3b commit7a5388b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ add_definitions(-DBOOST_TEST_DYN_LINK)
4949
# Always use multi-threaded Boost libraries.
5050
set(Boost_USE_MULTI_THREADEDON)
5151

52-
find_package(Boost1.58.0REQUIREDCOMPONENTSsystemthread)
52+
find_package(Boost1.55.0REQUIREDCOMPONENTSsystemthread)
5353

5454
if (CPP-NETLIB_ENABLE_HTTPS)
5555
if (APPLE)

‎libs/network/src/server_request_parsers_impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#defineBOOST_SPIRIT_UNICODE
1212
#include<boost/spirit/include/qi.hpp>
13-
#include<boost/fusion/include/std_tuple.hpp>
13+
#include<boost/fusion/adapted/std_tuple.hpp>
1414
#include<boost/network/protocol/http/message/header.hpp>
1515

1616
namespaceboost {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp