File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Release/tests/functional/http/client Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ class basic_throws_buffer : public streams::details::streambuf_state_manager<Cha
268
268
void set_buffer_size (size_t , std::ios_base::openmode) override {}
269
269
size_t in_avail () const override { return 0 ; }
270
270
pos_type getpos (std::ios_base::openmode) const override { return 0 ; }
271
- pos_type seekpos (pos_type, std::ios_base::openmode) { return 0 ; }
271
+ pos_type seekpos (pos_type, std::ios_base::openmode) override { return 0 ; }
272
272
pos_type seekoff (off_type, std::ios_base::seekdir, std::ios_base::openmode) override { return 0 ; }
273
273
bool acquire (_Out_writes_(count) CharType*&, _In_ size_t&) override { return false ; }
274
274
void release (_Out_writes_(count) CharType *, _In_ size_t) override {}
You can’t perform that action at this time.
0 commit comments