diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2014-08-17 15:36:12 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2014-08-17 15:36:12 +0100 |
| commit | 6ba3017a8ea91c9733f29f63aea55de76dfceec3 (patch) | |
| tree | ab05938daedf3355572997a56023d1576085b0a4 /src/buffer.inl.hh | |
| parent | 5c3f01fea26d80fd3d3a6b3afa94d48abc0c0c6d (diff) | |
Always inline a few more methods
Diffstat (limited to 'src/buffer.inl.hh')
| -rw-r--r-- | src/buffer.inl.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.inl.hh b/src/buffer.inl.hh index e9993dcc..0e82b7a9 100644 --- a/src/buffer.inl.hh +++ b/src/buffer.inl.hh @@ -188,6 +188,7 @@ inline BufferIterator& BufferIterator::operator-=(ByteCount size) return *this = (*this - size); } +[[gnu::always_inline]] inline BufferIterator& BufferIterator::operator++() { m_coord = m_buffer->next(m_coord); |
