diff --git a/src/include/buffer.h b/src/include/buffer.h index 8bbede17666..7f7deed39c3 100644 --- a/src/include/buffer.h +++ b/src/include/buffer.h @@ -727,9 +727,7 @@ inline namespace v14_2_0 { //return off == bl->length(); } - void advance(int o) = delete; void advance(unsigned o); - void advance(size_t o) { advance(static_cast(o)); } void seek(unsigned o); char operator*() const; iterator_impl& operator++();