Skip to content

Commit 24aea53

Browse files
committed
Fixing another merge issue.
1 parent 7f5103e commit 24aea53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Release/include/cpprest/astreambuf.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ namespace streams
114114
{
115115
return reinterpret_cast<unsigned char*>(std::char_traits<char>::move(reinterpret_cast<char*>(left), reinterpret_cast<const char*>(right), n));
116116
}
117+
118+
static int_type requires_async() { return eof() - 1; }
117119
};
118120
#endif
119121

0 commit comments

Comments
 (0)