We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab84c01 commit e6a751fCopy full SHA for e6a751f
boost/network/message/wrappers/body.hpp
@@ -26,7 +26,7 @@ namespace boost { namespace network {
26
};
27
28
std::size_t size() const {
29
- return string_type(detail::wrapper_base<Tag>::_message.body()).size();
+ return detail::wrapper_base<Tag>::_message.body().size();
30
}
31
32
@@ -44,7 +44,7 @@ namespace boost { namespace network {
44
45
46
47
48
49
50
0 commit comments