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 1d393ef commit 9f536d0Copy full SHA for 9f536d0
Release/tests/Functional/streams/istream_tests.cpp
@@ -1197,7 +1197,7 @@ void istream_extract_long_impl(streambuf<_CharType> buf)
1197
1198
TEST(istream_extract_long)
1199
{
1200
- istream_extract_long_impl<char, long>(container_buffer<std::string>("123 -567 12000000000"));
+ istream_extract_long_impl<char, long>(container_buffer<std::string>("123 -567 120000000000000000000000000000000000000000000000"));
1201
#ifdef _MS_WINDOWS
1202
istream_extract_long_impl<wchar_t, long>(container_buffer<std::wstring>(L"123 -567 12000000000"));
1203
#endif
0 commit comments