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 2eac6f1 commit 93ee7c3Copy full SHA for 93ee7c3
Release/include/cpprest/streams.h
@@ -879,7 +879,7 @@ namespace Concurrency { namespace streams
879
if (ch == concurrency::streams::char_traits<CharType>::eof()) return pplx::task_from_result(false);
880
if (ch == '\n')
881
{
882
- return buffer.bumpc().then([](concurrency::streams::char_traits<CharType>::int_type) { return false; });
+ return buffer.bumpc().then([](typename concurrency::streams::char_traits<CharType>::int_type) { return false; });
883
}
884
885
return pplx::task_from_result(false);
0 commit comments