You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.../networking-ts-impl/include/experimental/__net_ts/detail/consuming_buffers.hpp:-1: In member function 'std::experimental::net::v1::detail::consuming_buffers<Buffer, Buffers, Buffer_Iterator>::prepared_buffers_type std::experimental::net::v1::detail::consuming_buffers<Buffer, Buffers, Buffer_Iterator>::prepare(std::size_t)':
.../networking-ts-impl/include/experimental/__net_ts/detail/consuming_buffers.hpp:107: error: parse error in template argument list
while (next != end && max_size > 0 && result.count < result.max_buffers)
^
The text was updated successfully, but these errors were encountered:
https://github.com/cierelabs/cppnow-2017-networking-ts-workshop/blob/master/examples/stream1.cpp
.../networking-ts-impl/include/experimental/__net_ts/detail/consuming_buffers.hpp:-1: In member function 'std::experimental::net::v1::detail::consuming_buffers<Buffer, Buffers, Buffer_Iterator>::prepared_buffers_type std::experimental::net::v1::detail::consuming_buffers<Buffer, Buffers, Buffer_Iterator>::prepare(std::size_t)':
.../networking-ts-impl/include/experimental/__net_ts/detail/consuming_buffers.hpp:107: error: parse error in template argument list
while (next != end && max_size > 0 && result.count < result.max_buffers)
^
The text was updated successfully, but these errors were encountered: