mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
6de63782c7
The streaming operator doesn't short-circuit, consider the following snippet: void foo(InputStream& stream) { int a, b; stream >> a >> b; } If the first read fails, the second is called regardless. It should be well defined what happens in this case: nothing. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Deflate.cpp | ||
Deflate.h | ||
Gzip.cpp | ||
Gzip.h | ||
Zlib.cpp | ||
Zlib.h |