mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 15:00:51 +01:00
ircd::buffer: Proper exports of templates to compete in ircd::.
This commit is contained in:
parent
6b57387cc2
commit
8d2e098d16
1 changed files with 5 additions and 0 deletions
|
@ -122,6 +122,11 @@ namespace ircd
|
|||
|
||||
using buffer::const_buffers;
|
||||
using buffer::mutable_buffers;
|
||||
|
||||
using buffer::size;
|
||||
using buffer::data;
|
||||
using buffer::copy;
|
||||
using buffer::consume;
|
||||
}
|
||||
|
||||
/// Base for all buffer types
|
||||
|
|
Loading…
Reference in a new issue