mirror of
https://github.com/matrix-construct/construct
synced 2025-03-14 05:20:17 +01:00
ircd::buffer: Export move to ircd::.
This commit is contained in:
parent
a7b6001d49
commit
a276009516
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ namespace ircd
|
|||
using buffer::size;
|
||||
using buffer::data;
|
||||
using buffer::copy;
|
||||
using buffer::move;
|
||||
using buffer::consume;
|
||||
using buffer::begin;
|
||||
using buffer::end;
|
||||
|
|
Loading…
Add table
Reference in a new issue