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 a943081 commit 4f202ceCopy full SHA for 4f202ce
libcxx/test/std/input.output/file.streams/fstreams/ifstream.members/offset_range.pass.cpp
@@ -65,7 +65,7 @@ void test_tellg(std::streamoff total_size) {
65
int main(int, char**) {
66
// This test assumes and requires that std::streamoff is larger than
67
// 32 bit - this is not required in the standard itself.
68
- static_assert(sizeof(std::streamoff) > 4);
+ static_assert(sizeof(std::streamoff) > 4, "");
69
test_tellg(0x100000042ULL);
70
return 0;
71
}
0 commit comments