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

cpp-netlib 0.12.0-final can't build success with vs2015 and boost 1.6.0 #651

Closed
Assignees
glynos
Labels
Milestone
@qmqsyz

Description

@qmqsyz

async_normal.hpp

412:            if (callback) {413:              // Here we have a body_handler callback. Let's invoke the414:              // callback from here and make sure we're getting more data right415:              // after.416:              typename protocol_base::buffer_type::const_iterator begin =417:                  this->part.begin();418:              typename protocol_base::buffer_type::const_iterator end = begin;419:              std::advance(end, bytes_transferred);420:              callback(make_iterator_range(begin, end), ec);

async_normal.hpp(420): note: Reason: cannot convert from 'boost::iterator_rangestd::_Array_const_iterator<_Ty,1024>' to 'const boost::iterator_range<const boost::network::uri::uri::value_type *>'
with
[
_Ty=boost::network::char_boost::network::http::tags::http_async_8bit_udp_resolve,void::type
]

it can't build success, then I try to use cpp-netlib developed and cpp-netlib 0.11.2, it's same error. How to resolve it? Thanks!

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp