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 ed60a76 commit d351128Copy full SHA for d351128
examples/src/linking-tests.cpp
@@ -42,7 +42,7 @@ YSTDLIB_ERROR_HANDLING_MARK_AS_ERROR_CODE_ENUM(BinaryErrorCodeEnum);
42
namespace {
43
using ystdlib::io_interface::ErrorCode;
44
45
-class FailureReader : ystdlib::io_interface::ReaderInterface {
+class FailureReader : public ystdlib::io_interface::ReaderInterface {
46
public:
47
[[nodiscard]] auto read(char* /*buf*/, size_t /*num_bytes_to_read*/, size_t& /*num_bytes_read*/)
48
-> ErrorCode override {
0 commit comments